Package com.blazebit.persistence.parser
Class JsonParser
java.lang.Object
com.blazebit.persistence.parser.JsonParser
public final class JsonParser extends Object
This is a specialized parser for the JSON structure that will be produced by the JSON functions in Blaze-Persistence.
The parser can only parse valid JSON that conforms to that structure. Other JSON may run into problems.
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and Type Method Description static List<Object[]>parseStringOnly(CharSequence json, String... fields)