Stats
vlm/asn1c is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Asn1c Alternatives
Similar projects and alternatives to asn1c
-
tools
The Rome Toolchain. A linter, compiler, bundler, and more for JavaScript, TypeScript, HTML, Markdown, and CSS.
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
msgpack-tools
Command-line tools for converting between MessagePack and JSON / msgpack.org[UNIX Shell]
-
awesome-json-next
A Collection of What's Next for Awesome JSON (JavaScript Object Notation) for Structured (Meta) Data in Text - JSON5, HJSON, HanSON, TJSON, SON, CSON, USON, JSONX/JSON11 & Many More
-
-
Posts
-
JSON with Commas and Comments
I've used ASN.1 at work quite a bit, and the reason you won't see it much are pretty much:
- HORRIBLE schema format.
- Very few FOSS libraries, most of which are terrible. I used Lev Walkins asn1c[0], which I patched slightly and coupled with some semi-generic code to emit JSON (for debugging purposes).