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-05-04 08:18:20 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
jsoncpp
/
src
History
Christopher Dunn
ce1f32981b
[1611376]writer now escapes special characters. When no special chars are present, old behavior is retained. New method might have a performance penalty b/c of operator new inside std::string. (This would not exist if the whole thing operated on ostream instead, I think.)
2007-03-23 05:56:39 +00:00
..
jsontestrunner
Added newline b/c of gcc--warning: no newline at end of file
2007-03-23 03:31:35 +00:00
lib_json
[1611376]writer now escapes special characters. When no special chars are present, old behavior is retained. New method might have a performance penalty b/c of operator new inside std::string. (This would not exist if the whole thing operated on ostream instead, I think.)
2007-03-23 05:56:39 +00:00