Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 402 Bytes

File metadata and controls

11 lines (7 loc) · 402 Bytes

Json parser

Use string slices from original json to prevent any copies of strings.

Parser is optimistic and will return json from string with minor syntax errors.

Future development / TODOs

  • Support file path or url as parse string input.
  • Support store String in Json object in case where string lifetime cannot be garantueed (ex file read, http request)
  • Simplify access of json values