Skip to content

Releases: serde-rs/json

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)

v1.0.25

14 Aug 17:13
v1.0.25
bf352eb
Compare
Choose a tag to compare
  • Support 2018-style import of json! macro (#458)

    use serde_json::json;

v1.0.24

16 Jul 16:49
v1.0.24
2a62402
Compare
Choose a tag to compare
  • Make json! macro compatible with using the deny(unused_results) lint (#461)

v1.0.23

01 Jul 06:45
v1.0.23
501b4f9
Compare
Choose a tag to compare

(yanked)

v1.0.22

24 Jun 23:44
v1.0.22
bfcd615
Compare
Choose a tag to compare
  • Fix error category when deserialization fails in a truncated null (#454)