Releases: azuqua/json-rust
Releases · azuqua/json-rust
v0.11.20
What's New:
- OKTA-599361: Fix some undefined behavior in json-rust
Release 0.11.19
- Fix parsing strings with escaped forward slashes and quotes
Release 0.11.18
- Use byte arrays instead of strings when serializing complex strings
Release 0.11.17
- Backtrack on invalid character boundaries when stringifying
Release 0.11.16
- Handle invalid character boundaries when dumping json
Release 0.11.15
- From IndexMap implementations
Release 0.11.14
- Use IndexMap for Object implementation