Skip to content

Releases: serde-rs/json

v1.0.35

13 Jan 00:38
v1.0.35
22c0c7e
Compare
Choose a tag to compare
  • Update example code in documentation to 2018 edition

v1.0.34

31 Dec 03:38
v1.0.34
3bd0fc1
Compare
Choose a tag to compare
  • Support serialization of i128 to Value if "arbitrary_precision" feature is enabled (#506, thanks @koushiro)

v1.0.33

09 Nov 17:36
v1.0.33
ffeae2f
Compare
Choose a tag to compare
  • Allow map key to be borrowed when deserializing from &Value (#503)

v1.0.32

04 Oct 05:42
v1.0.32
2a627d1
Compare
Choose a tag to compare
  • Fix panic when parsing floating point number with exponent of E-2147483647 in debug mode (#492)

v1.0.31

26 Sep 16:21
v1.0.31
caa3ade
Compare
Choose a tag to compare
  • Improve performance of parsing strings containing hex escape sequences (#489, thanks @yjh0502)

v1.0.30

23 Sep 20:53
v1.0.30
bafc67b
Compare
Choose a tag to compare
  • Implement parsing of IgnoredAny and RawValue without recursion (#486)

v1.0.29

23 Sep 18:04
v1.0.29
51b11a0
Compare
Choose a tag to compare
  • Provide a RawValue type which represents a contiguous range of bytes in the input corresponding to one JSON value without parsing that value into any particular data structure (#355)

v1.0.28

19 Sep 05:05
v1.0.28
b0e3a97
Compare
Choose a tag to compare
  • Performance improvement for calls to serde_json::from_str in which the input does not contain JSON escape sequences (#482)

v1.0.27

06 Sep 15:35
v1.0.27
95bcd6d
Compare
Choose a tag to compare
  • Fix a warning when building docs under Rust 2018 with serde_json as a dependency (#476, thanks @Enet4)

v1.0.26

14 Aug 17:16
v1.0.26
ba1fc9a
Compare
Choose a tag to compare
  • Switch from dtoa to ryu crate for 60% higher throughput serializing floating point data (#472, benchmark)