Package groovy.json
package groovy.json
-
ClassDescription
JsonException
is the exception thrown by the JSON builder and slurper classes, whenever a problem occurs when creating or parsing JSON data structures.The lexer reads JSON tokens in a streaming fashion from the underlying reader.JSON slurper which parses text or reader content into a data structure of lists and maps.A JSON token, with a type, line / column information, and the text of that token.Enum listing all the possible JSON tokens that should be recognized by the lexer.Escapes and unescapesString
s for Java, Java Script, HTML, XML, and SQL.