Json Utilities
JSON-based utility methods for acquiring and working with JSON from files and objects.
Author
Griefed
Parameters
Used for JSON-parsing.
Constructors
Functions
Get a string iterator for the field names of the last specified child node in the specified JsonNode.
Acquire a JsonNode from the given json file.
Acquire a JsonNode from the given json input-stream.
Acquire a JsonNode from the given URL.
Acquire a JsonNode from the given json string.
Get the boolean value from the nested child node(s).
Get a nested element from a JsonNode.
Get the text from nested child node(s).
Get the array of texts from the nested child node(s) comma-separated text.
Check whether a child node contains the specified text.
Check whether the text in specified child node(s) is equal to the specified text, case-insensitive.
Check whether the text in the specified child node(s) is empty.
Check whether the text in specified child node(s) matches the specified text.