Skip to content

Releases: azuqua/json-rust

v0.11.20

11 Apr 20:24
b19529c
Compare
Choose a tag to compare

What's New:

  • OKTA-599361: Fix some undefined behavior in json-rust

Release 0.11.19

01 Oct 18:15
815b1f4
Compare
Choose a tag to compare
  • Fix parsing strings with escaped forward slashes and quotes

Release 0.11.18

17 May 21:35
6ff0d5c
Compare
Choose a tag to compare
  • Use byte arrays instead of strings when serializing complex strings

Release 0.11.17

15 May 16:04
a1430c7
Compare
Choose a tag to compare
  • Backtrack on invalid character boundaries when stringifying

Release 0.11.16

14 May 22:00
5043053
Compare
Choose a tag to compare
  • Handle invalid character boundaries when dumping json

Release 0.11.15

19 Apr 16:15
Compare
Choose a tag to compare
  • From IndexMap implementations

Release 0.11.14

18 Apr 22:22
Compare
Choose a tag to compare
  • Use IndexMap for Object implementation