This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced
2025-02-25 15:46:03 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
jsoncpp
/
include
/
json
History
Baptiste Lepilleur
45c499d310
- added mini unit testing framework
...
- added unit tests for Value.isXYZ() and iteration over Value members to compute size
2009-11-21 18:07:09 +00:00
..
autolink.h
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.
2007-06-13 15:51:04 +00:00
config.h
- added mini unit testing framework
2009-11-21 18:07:09 +00:00
features.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
forwards.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
json.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
reader.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
value.h
I always have compiler problems when using operator[](unsigned) when I pass int instead, so I added a note to the comments.
2007-06-13 17:02:59 +00:00
writer.h
Added StyledStreamWriter, which has no reason to derive from Writer, since its write() method does cannot return a string and must take a stream.
2007-06-13 15:55:50 +00:00