Cogito.Json (Cogito v0.3.0)

Basic json parser with error handling. Works with strings like:

  • ""Daniil Serov""
  • "[[], [[]]]"
  • "[[], [1], 2, [[3, [" "]]]]"
  • "[1, {a: "hello", b: [1, 2, 3]}, null]"
  • "{employees: [{John: {age: 20, car: null}}, {Anna: {age: 23, car: "Lada"}}]}"

Summary

Functions

parser()