rust-embedded-community / serde-json-core

`serde-json` for `no_std` programs
Apache License 2.0
161 stars 59 forks source link

Correctly handle escaped strings when parsing json strings. Fixes #30 & #31 #34

Closed MathiasKoch closed 3 years ago

MathiasKoch commented 4 years ago

Correctly handle escaped strings when parsing json strings.

Fixes #31 Fixes #30

MathiasKoch commented 4 years ago

@eldruin Could we get some of these PRs merged now? I think all 6 are good to go before a new release?

eldruin commented 4 years ago

@MathiasKoch Thanks for the summary. Will do. I just need to go through them in detail.

MathiasKoch commented 3 years ago

I will merge these and open a new PR with combined changelog entries