Steve Carroll
|
ae9542cc35
|
in encode_utf8, there is an implicit truncating cast that VS2015CTP6 is
warning about. I've added static_cast<char> to silence the warning and
express the intent.
|
2015-04-08 10:24:36 -07:00 |
|
k0zmo
|
7fd738ae42
|
iterate over pair of const string and Json
|
2014-12-30 10:31:43 +01:00 |
|
j4cbo
|
be631169db
|
Merge pull request #24 from masamitsu-murase/use_compare
Use string::compare to improve performance.
|
2014-12-04 10:14:07 -08:00 |
|
Masamitsu MURASE
|
37ca641d82
|
Use static_cast instead of reinterpret_cast for hierarchy navigation.
|
2014-11-30 03:49:23 +09:00 |
|
Masamitsu MURASE
|
c6a8736171
|
Use string::compare to improve performance.
|
2014-11-30 03:36:23 +09:00 |
|
Jacob Potter
|
6de4c29e76
|
fix int->double->int conversion in JsonInt
|
2014-09-22 12:07:43 -07:00 |
|
Jacob Potter
|
73baf7e677
|
Style fixes
|
2014-09-22 10:19:33 -07:00 |
|
Jacob Potter
|
679e4b83d2
|
Another VS14 fix
|
2014-08-14 12:14:21 -07:00 |
|
Jacob Potter
|
d9bdd84c76
|
Limit maximum nesting depth (issue reported by Jeff Larson)
|
2014-06-04 16:24:02 -07:00 |
|
Jacob Potter
|
277e1b166f
|
Make Json safe to use during static initialization.
|
2014-01-29 15:01:41 -08:00 |
|
Jacob Potter
|
d2e5485973
|
Spacing fix
|
2014-01-27 10:59:17 -08:00 |
|
Jacob Potter
|
979cb4ca76
|
Add LICENSE.txt; some minor cleanups
- Add LICENSE.txt
- Add a comment about how we handle numbers
- Add more test code
- Fix a narrowing-conversion issue
- Fix a comment typo
|
2013-10-01 19:05:12 -07:00 |
|
Jacob Potter
|
fe5e2167a5
|
Initial commit
|
2013-09-06 15:07:12 -07:00 |
|