mjson icon indicating copy to clipboard operation
mjson copied to clipboard

C/C++ JSON parser, emitter, JSON-RPC engine for embedded systems

Results 25 mjson issues
Sort by recently updated
recently updated
newest added

If a request includes the jsonrpc 2.0 string the response now will too. closes #66

See https://www.php.net/manual/en/json.constants.php#119565 JSON like ```json { "url":"https:\/\/example.org\/" } ``` currently fails to parse properly with `$.url`.

The very nice mjson library really needs to support json fields with spaces in their names. For example, consider the following valid json: { "translations": { "expression with spaces": {...

Fix macos test failure by removing set but unused variable.

## Description When reading in a larger key, it will cause `alloca` to allocate an incorrect memory address, resulting in SEGV ## Version ``` commit 696969cd0d35399cc66075f5ec7a96e23ba4a89b (HEAD -> master, origin/master,...