Package | Description |
---|---|
org.elkoserver.foundation.json |
JSON message handling infrastructure inside Elko servers.
|
org.elkoserver.json |
Utilities for working with JSON (JavaScript Object Notation) objects.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
Cryptor.decryptJSONObject(String str)
Decrypt a (base-64 encoded) encrypted JSON object literal.
|
Modifier and Type | Method and Description |
---|---|
static JSONObject |
JSONObject.parse(String str)
Create a JSON object by parsing a JSON object literal string.
|
JSONObject |
Parser.parseObjectLiteral()
Parse the next unparsed JSON object in the input string.
|
Copyright © 2017. All rights reserved.