jsoncpp/include/json
Aaron Jacobs 2b853c4067 Got rid of several unnecessary includes of <iostream>.
Including <iostream> causes the file to be polluted with a static
initializer for the __ioinit symbol. This can harm binary startup time.
For more info, see here:

    http://neugierig.org/software/chromium/notes/2011/08/static-initializers.html
2011-12-22 03:18:24 +00:00
..
assertions.h Got rid of several unnecessary includes of <iostream>. 2011-12-22 03:18:24 +00:00
autolink.h 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
config.h Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden. 2011-09-14 08:41:37 +00:00
features.h Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION 2011-05-02 21:09:30 +00:00
forwards.h Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION 2011-05-02 21:09:30 +00:00
json.h 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
reader.h Got rid of several unnecessary includes of <iostream>. 2011-12-22 03:18:24 +00:00
value.h Gave a more consistent behavior to the Value::isFoo methods. See 2011-05-25 04:19:17 +00:00
writer.h Got rid of several unnecessary includes of <iostream>. 2011-12-22 03:18:24 +00:00