ssw/doc/json5/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
697 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"enum":[["Error","A bare bones error type which currently just collapses all the underlying errors in to a single string… This is fine for displaying to the user, but not very useful otherwise. Work to be done here."]],"fn":[["from_str","Deserialize an instance of type `T` from a string of JSON5 text. Can fail if the input is invalid JSON5, or doesnt match the structure of the target type."],["to_string","Attempts to serialize the input as a JSON5 string (actually a JSON string)."]],"struct":[["Deserializer",""],["Location","One-based line and column at which the error was detected."]],"type":[["Result","Alias for a `Result` with error type `json5::Error`"]]};