baml.json.ParseError
A JSON syntax error.
Reference version
Signature
class baml.json.ParseErrorA JSON syntax error.
Only the entry points that read text raise this: parse, from_string<T>,
and deserialize<T>. Everything that consumes an already-parsed json
throws DecodeError instead. message is the parser's own diagnostic,
locating the offending line and column.
Source:<builtin>/baml/ns_json/json.bamlbytes 857–898
Fields
message
stringImplementations
baml.Concrete for T
Source:<builtin>/baml/core.bamlbytes 747–779