v1.2.1
JSON v1.2.1
Merged pull requests:
- Add support for parsing numbers as Int64 to JSONX (#396) (@JamesWrigley)
- Fix JSONX tests on 32bit (#403) (@JamesWrigley)
- [JSONX] Fix unicode handling when unescaping strings (#405) (@JamesWrigley)
- Treat array of pairs as object when writing. Fixes #398 (#406) (@quinnj)
- Ensure isvalidjson doesn't throw during LazyValue initial creation; f… (#407) (@quinnj)
Closed issues:
- Escape unicode character: u2028 (#309)
- add escapes suitable for HTML embedding (#320)
- Julia crashes with multithreaded JSON.parse (#341)
- Serialization of Pair and Vector{Pair} returns unexpected result (#398)
- Empty named tuple serialised incorrectly (#401)
- JSON.parse a Vector of {"key": key, "val": value} objects into a Dict (#402)
isvalidjsonthrows an error for invalidString(#404)