Baptiste Lepilleur
|
3a1b93be1c
|
- added Int/UInt typedef in Json namespace. Modified Value::Int and Value::UInt to be typedef on those. Modified code to use Json::Int instead of Value::Int.
- added Value constructor taking begin/end pointer to initialize the Value with a non-zero terminated string.
|
2010-02-21 14:08:17 +00:00 |
|
Christopher Dunn
|
605cd7e902
|
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 |
|
Christopher Dunn
|
6d135cb5e3
|
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 |
|
Christopher Dunn
|
842d64e8d7
|
Added virtual destructor to StyledWriter to avoid -Wall warning from g++
|
2007-04-19 22:20:46 +00:00 |
|
Christopher Dunn
|
f153eaaed0
|
Fixed 2.95.3 header probs
|
2007-03-23 10:19:49 +00:00 |
|
Christopher Dunn
|
56a1d6cbf5
|
Added istream/ostream funcs/operators
|
2007-03-23 09:57:01 +00:00 |
|
Baptiste Lepilleur
|
2d4dd281f1
|
- Made FastWriter output more compact.
- fixed bug in runjsontests.py script.
|
2007-03-17 22:14:59 +00:00 |
|
Baptiste Lepilleur
|
4cd8bae331
|
- reorganized repository to match standard layout
|
2007-03-15 22:11:38 +00:00 |
|