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 © 2018 JBoss by Red Hat. All rights reserved.