- parse(Reader) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON object to a Config.
- parse(Reader, Config, ParsingMode) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON object to a Config.
- parseDocument(String) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON document, either a JSON object (parsed to a JsonConfig) or a JSON array
(parsed to a List).
- parseDocument(Reader) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON document, either a JSON object (parsed to a JsonConfig) or a JSON array
(parsed to a List).
- parseList(String) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON array to a List.
- parseList(Reader) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON array to a List.
- parseList(Reader, List<?>, ParsingMode) - Method in class me.hypherionmc.moonconfig.json.JsonParser
-
Parses a JSON array to a List.