Documentation
¶
Index ¶
Constants ¶
View Source
const ( TAB = 9 // \t NEWLINE = 10 // \n RETURN = 13 // \r SPACE = 32 // QUOTE = 34 // " HASH = 35 // # APOSTROPHE = 39 // " AMPERSAND = 38 // & ASTERISK = 42 // * COMMA = 44 // , SLASH = 47 // / COLON = 58 // : ESCAPE = 92 // \ LEFT_SQUARE = 91 // [ RIGHT_SQUARE = 93 // ] LEFT_CURLY = 123 // { RIGHT_CURLY = 125 // } )
Variables ¶
This section is empty.
Functions ¶
func FallbackUnmarshal ¶
FallbackUnmarshal tries to unmarshal the data as valid JSON, if that fails, it tries to fix it and unmarshal fixed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.