lwjson
lwjson copied to clipboard
Lightweight JSON parser for embedded systems
Hi @MaJerle, would be nice to add a parser function to manage an input stream data. What do you think about? Best regards, Giulio Dalla Vecchia
This is to be used by user prior input token set allocation. Using this feature, user can check if input is valid and can understand how many tokens are necessary...
Use LwMEM library for dynamic token generation if enabled by user. Not necessary in default mode.
To be able to generate JSON string output from input tokens. - Must be able to generate all token types as output string - Float generation support must be minimal....
`prv_skip_blank` has the following comment: `Skip all characters that are considered *blank* as per RFC4627` However, \f has never been considered a whitespace character in RFC4627. Also applies to streaming...
LwJSON returns error if there is a comment between key and value, as: `{"key":/* Comment */"value"}`
Will you have JSON-RPC 2.0 ?