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-17 19:31:35 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
jsoncpp
/
src
/
test_lib_json
History
Baptiste Lepilleur
b96aed0f3e
Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float).
2010-12-24 19:30:06 +00:00
..
jsontest.cpp
JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction.
2010-04-20 21:35:19 +00:00
jsontest.h
- Array index can be passed as int to operator[], allowing use of literal:
2010-12-24 12:47:14 +00:00
main.cpp
Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float).
2010-12-24 19:30:06 +00:00
sconscript
- changed SVN EOL properties so that HTML file are in Unix format, Visual Studio solution are always in Windows format, and sources are in native format.
2010-02-23 08:23:41 +00:00