json5-parser
There are 13 repositories under json5-parser topic.
zpl-c/zpl
📐 Pushing the boundaries of simplicity
adhocore/php-json-comment
Lightweight JSON comment and trailing comma stripper library for PHP with support for literal newlines and nested JSON strings.
Joakker/lua-json5
A json5 parser for luajit
adhocore/jsonc
Golang (v1.13+) JSON5 preprocessor supporting comments, trailing comma, unquoted key/single-quoted string, hex number, trailing decimal point, literal newlines and more.
taichi-ishitani/rb_json5
JSON5 parser for Ruby
MikuAuahDark/json5.lua
Pure Lua 5.1+ JSON5 parser.
deno911/this
Inject variables/functions into the global scope of the Deno runtime. 🦕
shellyln/go-loose-json-parser
Super loose JSON + TOML parsers and unmarshaller for Go. JSONC and JSON5 can also be read.
Robert-Ordis/libnmjson
Non-Malloc-JSON: JSON(JSON5) Library being able to be used without heap memory.
Jaid/read-file-json
Reads JSON and JSON5 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.
jimblackler/usejson
JSON5 and JSON parser for Java. Creates a tree of data in either standard Maps and Lists; for reading directly or wrapping in org.json objects.
luxass/jsonc-parse
A lightweight JSON with Comments parser.