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