frozen v1.6 Release Notes
Release Date: 2017-01-16 // over 8 years ago-
๐ Changes
- โ Added streaming/sax parsing support,
json_walk()
- ๐จ Added C/C++ convenience API
json_printf()
andjson_scanf()
, which makes Frozen a unique choice for C/C++ as it allows to parse and generate JSON without any intermediate step
๐ See documentation and examples at https://docs.cesanta.com/frozen
- โ Added streaming/sax parsing support,