public class JsonParser
extends java.lang.Object
Constructor and Description |
---|
JsonParser(char[] json) |
JsonParser(char[] json,
int startIndex,
io.nats.client.support.JsonParser.Option... options) |
JsonParser(char[] json,
io.nats.client.support.JsonParser.Option... options) |
Modifier and Type | Method and Description |
---|---|
JsonValue |
parse() |
static JsonValue |
parse(byte[] json) |
static JsonValue |
parse(byte[] json,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parse(char[] json) |
static JsonValue |
parse(char[] json,
int startIndex) |
static JsonValue |
parse(char[] json,
int startIndex,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parse(char[] json,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parse(java.lang.String json) |
static JsonValue |
parse(java.lang.String json,
int startIndex) |
static JsonValue |
parse(java.lang.String json,
int startIndex,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parse(java.lang.String json,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parseUnchecked(byte[] json) |
static JsonValue |
parseUnchecked(byte[] json,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parseUnchecked(char[] json) |
static JsonValue |
parseUnchecked(char[] json,
int startIndex) |
static JsonValue |
parseUnchecked(char[] json,
int startIndex,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parseUnchecked(char[] json,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parseUnchecked(java.lang.String json) |
static JsonValue |
parseUnchecked(java.lang.String json,
int startIndex) |
static JsonValue |
parseUnchecked(java.lang.String json,
int startIndex,
io.nats.client.support.JsonParser.Option... options) |
static JsonValue |
parseUnchecked(java.lang.String json,
io.nats.client.support.JsonParser.Option... options) |
public JsonParser(char[] json)
public JsonParser(char[] json, io.nats.client.support.JsonParser.Option... options)
public JsonParser(char[] json, int startIndex, io.nats.client.support.JsonParser.Option... options)
public static JsonValue parse(char[] json) throws JsonParseException
JsonParseException
public static JsonValue parse(char[] json, int startIndex) throws JsonParseException
JsonParseException
public static JsonValue parse(char[] json, io.nats.client.support.JsonParser.Option... options) throws JsonParseException
JsonParseException
public static JsonValue parse(char[] json, int startIndex, io.nats.client.support.JsonParser.Option... options) throws JsonParseException
JsonParseException
public static JsonValue parse(java.lang.String json) throws JsonParseException
JsonParseException
public static JsonValue parse(java.lang.String json, int startIndex) throws JsonParseException
JsonParseException
public static JsonValue parse(java.lang.String json, io.nats.client.support.JsonParser.Option... options) throws JsonParseException
JsonParseException
public static JsonValue parse(java.lang.String json, int startIndex, io.nats.client.support.JsonParser.Option... options) throws JsonParseException
JsonParseException
public static JsonValue parse(byte[] json) throws JsonParseException
JsonParseException
public static JsonValue parse(byte[] json, io.nats.client.support.JsonParser.Option... options) throws JsonParseException
JsonParseException
public static JsonValue parseUnchecked(char[] json)
public static JsonValue parseUnchecked(char[] json, int startIndex)
public static JsonValue parseUnchecked(char[] json, io.nats.client.support.JsonParser.Option... options)
public static JsonValue parseUnchecked(char[] json, int startIndex, io.nats.client.support.JsonParser.Option... options)
public static JsonValue parseUnchecked(java.lang.String json)
public static JsonValue parseUnchecked(java.lang.String json, int startIndex)
public static JsonValue parseUnchecked(java.lang.String json, io.nats.client.support.JsonParser.Option... options)
public static JsonValue parseUnchecked(java.lang.String json, int startIndex, io.nats.client.support.JsonParser.Option... options)
public static JsonValue parseUnchecked(byte[] json)
public static JsonValue parseUnchecked(byte[] json, io.nats.client.support.JsonParser.Option... options)
public JsonValue parse() throws JsonParseException
JsonParseException