Fory 1.7.0 release also expands Swift platform support and supports incremental JSON stream decoding for top-level arrays and newline-delimited JSON.
This is an example of serialization and deserialization of JSON using Go (Golang). It shows how to best manage null elements, absent elements, recursive structures. During one of the last hack I had ...