|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONElement | |
|---|---|
| grails.converters | |
| org.codehaus.groovy.grails.web.json | |
| org.codehaus.groovy.grails.web.json.parser | |
| Uses of JSONElement in grails.converters |
|---|
| Methods in grails.converters that return JSONElement | |
|---|---|
static JSONElement |
JSON.parse(InputStream is,
String encoding)
Parses the given JSON and returns ether a JSONObject or a JSONArry |
static JSONElement |
JSON.parse(Reader reader)
Parses the given JSON String and returns ether a JSONObject or a JSONArry |
static JSONElement |
JSON.parse(String source)
Parses the given JSON String and returns ether a JSONObject or a JSONArry |
| Uses of JSONElement in org.codehaus.groovy.grails.web.json |
|---|
| Classes in org.codehaus.groovy.grails.web.json that implement JSONElement | |
|---|---|
class |
JSONArray
A JSONArray is an ordered sequence of values. |
class |
JSONObject
A JSONObject is an unordered collection of name/value pairs. |
| Uses of JSONElement in org.codehaus.groovy.grails.web.json.parser |
|---|
| Methods in org.codehaus.groovy.grails.web.json.parser that return JSONElement | |
|---|---|
JSONElement |
JSONParser.parseJSON()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||