Skip navigation links
A D E I J O P U 

A

appendChar(Appendable, char, boolean) - Static method in class io.jstuff.json.JSONFunctions
Append a single character to an Appendable applying JSON escaping rules.
appendDisplayString(Appendable, String, int) - Static method in class io.jstuff.json.JSONFunctions
Append a display form of a string to an Appendable, usually for error reporting.
appendString(Appendable, CharSequence, boolean) - Static method in class io.jstuff.json.JSONFunctions
Append a CharSequence to an Appendable in JSON quoted string form (applying JSON escaping rules).

D

displayString(String, int) - Static method in class io.jstuff.json.JSONFunctions
Create a display form of a string, usually for error reporting.

E

escapeString(CharSequence, boolean) - Static method in class io.jstuff.json.JSONFunctions
Convert a CharSequence to a String in JSON quoted string form (applying JSON escaping rules).
escapeStringUnquoted(CharSequence, boolean) - Static method in class io.jstuff.json.JSONFunctions
Convert a CharSequence to a String, applying JSON escaping rules without enclosing quotes.
escapeStringUnquoted(CharSequence) - Static method in class io.jstuff.json.JSONFunctions
Convert a CharSequence to a String, applying JSON escaping rules without enclosing quotes.

I

ILLEGAL_CHAR - Static variable in class io.jstuff.json.JSONFunctions
 
ILLEGAL_ESCAPE_SEQUENCE - Static variable in class io.jstuff.json.JSONFunctions
 
ILLEGAL_UNICODE_SEQUENCE - Static variable in class io.jstuff.json.JSONFunctions
 
io.jstuff.json - package io.jstuff.json
 
isSpaceCharacter(char) - Static method in class io.jstuff.json.JSONFunctions
Test whether a given character is a space, according to the JSON specification.

J

JSONFunctions - Class in io.jstuff.json
A set of static functions used in conversion to and from JSON string representations.
JSONFunctions() - Constructor for class io.jstuff.json.JSONFunctions
 

O

outputChar(char, boolean, IntConsumer) - Static method in class io.jstuff.json.JSONFunctions
Output a single character using an IntConsumer applying JSON escaping rules.
outputString(CharSequence, boolean, IntConsumer) - Static method in class io.jstuff.json.JSONFunctions
Output a CharSequence using an IntConsumer in JSON quoted string form (applying JSON escaping rules).

P

parseString(TextMatcher) - Static method in class io.jstuff.json.JSONFunctions
Parse a JSON string from the current position of a TextMatcher (which must be positioned after the opening double quote).

U

UNTERMINATED_STRING - Static variable in class io.jstuff.json.JSONFunctions
 
A D E I J O P U 
Skip navigation links

Copyright © 2025. All rights reserved.