Package groovy.json
Interface JsonParser
- All Known Implementing Classes:
 BaseJsonParser,JsonFastParser,JsonParserCharArray,JsonParserLax,JsonParserUsingCharacterSource
public interface JsonParser
This is the parser interface that backs the new JsonSlurper.
 It was derived from the Boon JSON parser.
- Since:
 - 2.3.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionparse(byte[] bytes) parse(char[] chars) parse(InputStream input) parse(InputStream input, String charset) parse(CharSequence charSequence)  
- 
Method Details
- 
parse
 - 
parse
 - 
parse
 - 
parse
 - 
parse
 - 
parse
 - 
parse
 - 
parse
 - 
parse
 
 -