jsoncpp/include
Greg Falcon 006b5dfe57 Honor allowComments==false mode.
Much of the comment handling in the parsers is bespoke, and does not
honor this flag.  By unfiying it under a common API, the parser is
simplified and strict mode is now more correctly strict.

Note that allowComments mode does not allow for comments in
arbitrary locations; they are allowed only in certain positions.
Rectifying this is a bigger effort, since collectComments mode requires
storing the comments somewhere, and it's not immediately clear
where in the DOM all such comments should live.
2023-07-19 14:59:14 -04:00
..
json Honor allowComments==false mode. 2023-07-19 14:59:14 -04:00
CMakeLists.txt Cleanup versioning strategy relanding (#989) (#997) 2019-08-13 22:41:43 -07:00
PreventInBuildInstalls.cmake ENH: Prevent cmake in source builds (#1091) 2020-11-06 13:35:51 -08:00
PreventInSourceBuilds.cmake ENH: Prevent cmake in source builds (#1091) 2020-11-06 13:35:51 -08:00