Versions in this module Expand all Collapse all v0 v0.4.10 Jul 30, 2026 Changes in this version + const AllowAll + const AllowArray + const AllowAtom + const AllowBool + const AllowCollection + const AllowInf + const AllowInfinity + const AllowNaN + const AllowNegativeInfinity + const AllowNull + const AllowNumber + const AllowObject + const AllowSpecial + const AllowString + func Parse(input string, allowed ...Allow) (any, error) + func ParseJSONWithRepair(input string) (any, error) + func ParseStreamingJSON(input string) any + func RepairJSON(input string) string + func StringifyStreamingJSON(input string) ([]byte, error) + type Allow uint16 + type MalformedJSONError struct + Message string + Position int + func (e *MalformedJSONError) Error() string + type PartialJSONError struct + Message string + Position int + func (e *PartialJSONError) Error() string