Skip navigation links
A D E I J N O P U 

A

appendChar(Appendable, char, boolean) - Static method in class net.pwall.json.JSONFunctions
Append a single character to an Appendable applying JSON escaping rules.
appendString(Appendable, CharSequence, boolean) - Static method in class net.pwall.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 net.pwall.json.JSONFunctions
Create a display form of a string, usually for error reporting.

E

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

I

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

J

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

N

net.pwall.json - package net.pwall.json
 

O

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

P

parseString(TextMatcher) - Static method in class net.pwall.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 net.pwall.json.JSONFunctions
 
A D E I J N O P U 
Skip navigation links

Copyright © 2022. All rights reserved.