v1.6.0
JSON3 v1.6.0
Closed issues:
- Struct map a
JSON3.Object
to a struct? (#78) - Automatically skip all
nothing
s in a struct? (#90) - Microsecond parsing (#114)
- Function for writing JSON to a file (#115)
- JSON3.Array of JSON3.Array is really slow with some read operations (#117)
- Cannot write structs with no fields. (#118)
- How to support read json into an
OrderedDict
? (#119)
Merged pull requests:
- Test on macOS and Windows (in addition to Linux) (#105) (@DilumAluthge)
- add example how to write to a file (#106) (@scheidan)
- Fix the syntax in GHA (#107) (@DilumAluthge)
- README: Add an example on how to read from a file (#108) (@DilumAluthge)
- README: add final newline when writing files (#109) (@DilumAluthge)
- Add JSON3.write(filename, contents) (#116) (@yurivish)
- Add dedicated tape index lookup for Object/Array (#120) (@quinnj)