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
(specifically, ASCII control characters 0x00–0x1f are printed literally, which is not valid JSON). Therefore, serde_json cannot necessarily deserialize JSON produced by this formatter.
ref ostreedev/ostree-rs-ext#652 (comment)
Today the image spec talks about canonical JSON and specifically links to the OLPC canonical json but:
Quoting https://docs.rs/olpc-cjson/latest/olpc_cjson/
The efforts in this area are clearly a mess; the spec also links to a fork of Go's encoding/json that is very dead. Since TUF also uses it, its ecosystem looks a bit more maintained and hmm, maybe we just need to add a PR to canonical-json to add an option to fix this?
The text was updated successfully, but these errors were encountered: