Skip to content

Added API to directly parse a json string containg an array

Compare
Choose a tag to compare
@doberkofler doberkofler released this 19 Jun 12:58
· 21 commits to master since this release
  • 0.2.0 (Dieter Oberkofler)
  • Now using 3 individual parse methods in json_parser allowing to parse an object, an array or any of the two. (Dieter Oberkofler)
  • Added a new constructor to json_array allowing to parse a JSON string representing an array. Proposed by matthias-oe. (Dieter Oberkofler)
  • Added a new constructor to json_value allowing to parse a JSON string representing an object or an array. (Dieter Oberkofler)
  • Added unit tests for the new functionality. (Dieter Oberkofler)