google / serde_json5

Apache License 2.0
13 stars 10 forks source link

Don't escape forward slashes in strings when serializing. #2

Closed anp closed 2 years ago

anp commented 2 years ago

Should be a no-op change for existing usages within Fuchsia, the only usages of serde_json5::to_string() seem to use it for testing round-trips but don't actually rely on the output being human-readable.