You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rust serde (serialize/deserialize) API includes a JSON5 parser that converts the data into a Rust in-memory representation. This parser currently ignores comments. The data can be converted back into JSON, but the comments and formatting will be lost.
Consider integrating the json5format capabilities into serde by merging with and extending the current serde JSON5 parser.
The text was updated successfully, but these errors were encountered:
The Rust
serde
(serialize/deserialize) API includes a JSON5 parser that converts the data into a Rust in-memory representation. This parser currently ignores comments. The data can be converted back into JSON, but the comments and formatting will be lost.Consider integrating the
json5format
capabilities into serde by merging with and extending the current serde JSON5 parser.The text was updated successfully, but these errors were encountered: