- 15 Dec, 2015 1 commit
-
-
Niels authored
added value() function to get object value at given key or a default value if key does not exist
-
- 14 Dec, 2015 3 commits
- 13 Dec, 2015 1 commit
-
-
Niels authored
-
- 08 Dec, 2015 1 commit
-
-
Niels authored
-
- 07 Dec, 2015 7 commits
- 06 Dec, 2015 1 commit
-
-
Niels authored
-
- 19 Nov, 2015 1 commit
-
-
Jett authored
-
- 14 Nov, 2015 1 commit
-
-
Niels authored
Fix character skipping after a surrogate pair
-
- 13 Nov, 2015 1 commit
-
-
Robert Marki authored
In a string the first character following a surrogate pair is skipped by the lexer, but the rest of the string is parsed as usual.
-
- 23 Oct, 2015 1 commit
-
-
Niels authored
removed stream operator for iterator, resolution for #125
-
- 20 Oct, 2015 1 commit
-
-
Niels authored
Detect correctly pointer-to-const
-
- 19 Oct, 2015 2 commits
- 17 Oct, 2015 2 commits
- 16 Oct, 2015 2 commits
- 07 Oct, 2015 2 commits
-
-
dariomt authored
STL iterators used by json::iterator don't pass this test in Debug mode. The test does pass in Release mode, so I felt the best thing to do was selectively disable that test.
-
dariomt authored
It doesn't really make sense to stream an iterator. Besides, this was causing trouble in MSVC in Debug mode (see #125)
-
- 03 Oct, 2015 7 commits
-
-
Niels authored
-
Niels authored
exception-safe object creation, fixes #118
-
Niels authored
Overload parse() to accept an rvalue reference
-
Niels authored
Use the right variable name in doc string
-
Niels authored
Fix small oversight.
-
Niels authored
Remove superfluous inefficiency
-
Niels authored
fixed typos in comments for examples
-
- 02 Oct, 2015 1 commit
-
-
Dario Menendez authored
-
- 25 Sep, 2015 1 commit
-
-
Daniel Frey authored
-
- 22 Sep, 2015 1 commit
-
-
emvivre authored
-
- 20 Sep, 2015 3 commits
-
-
Daniel Frey authored
-
Huu Nguyen authored
-
silverweed authored
-