public static class Json.help extends Object
Exposes some internal methods that are useful for Json.Factory implementations
or other extension/layers of the library.
| Constructor and Description |
|---|
help() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String string)
Perform JSON escaping so that ", <, >, etc.
|
static Json |
resolvePointer(String pointer,
Json element)
Given a JSON Pointer, as per RFC 6901, return the nested JSON value within
the
element parameter. |
Copyright © 2021. All rights reserved.