madeso / json

A JSON parser for files written by humans
zlib License
0 stars 0 forks source link

Add "relaxed" json support #4

Closed madeso closed 3 years ago

madeso commented 5 years ago

All of these should be optional so we can support both relaxed and strict json.

Root JSON type

Comment

Object

Array

String

Number

Based on https://github.com/Tencent/rapidjson/issues/36

madeso commented 3 years ago

Closing as there are already issues for all important points.