JSON3 v1.14.3
Merged pull requests:
Closed issues:
- provide JSONText in analogy to JSON.jl (#168)
- Amazon Ion support (and/or other JSON superset) (#169)
- Trouble writing a UInt128 and reading it back again (#173)
- 2-arg show is currently not copy-pasteable. (#202)
StructTypes.excludes
not working (#224)- Stack overflow when writing
Real
that isn'tAbstractFloat
orInteger
(#232) - convert
Vector{JSON3.Object}
toJSON3.Array
? (#234) - JSON3.pretty extremely buggy (#246)
- Critical: Vector of Vector raise Exception (#248)
- no method matching JSON3.read(::Cmd, ::Type) (#251)
- Core dumped when writing DateTime (#269)
- DataFrameRows iterator (from DataFrames.eachrow) repeats entire dataframe when serialising with JSON3 (#280)
JSON3.read
parses literal successfully regardless of trailing text (#288)- Round trip failure (#295)