public class JsonValueFactory
extends java.lang.Object
| Constructor and Description |
|---|
JsonValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IJsonArrayValue |
createArrayValue(java.lang.String value)
creates a new JSON Array value
|
static IJsonObjectValue |
createObjectValue(java.lang.String value)
creates a new JSON Object value
|
public static IJsonObjectValue createObjectValue(java.lang.String value)
public static IJsonArrayValue createArrayValue(java.lang.String value)