Package | Description |
---|---|
com.jayway.jsonpath | |
com.jayway.jsonpath.internal |
Modifier and Type | Method and Description |
---|---|
static ReadContext |
JsonPath.parse(File json)
Parses the given JSON input using the default
Configuration and
returns a ReadContext for path evaluation |
ReadContext |
ParseContext.parse(File json) |
static ReadContext |
JsonPath.parse(File json,
Configuration configuration)
Parses the given JSON input using the provided
Configuration and
returns a ReadContext for path evaluation |
static ReadContext |
JsonPath.parse(InputStream json)
Parses the given JSON input using the default
Configuration and
returns a ReadContext for path evaluation |
ReadContext |
ParseContext.parse(InputStream json) |
static ReadContext |
JsonPath.parse(InputStream json,
Configuration configuration)
Parses the given JSON input using the provided
Configuration and
returns a ReadContext for path evaluation |
static ReadContext |
JsonPath.parse(Object json)
Parses the given JSON input using the default
Configuration and
returns a ReadContext for path evaluation |
ReadContext |
ParseContext.parse(Object json) |
static ReadContext |
JsonPath.parse(Object json,
Configuration configuration)
Parses the given JSON input using the provided
Configuration and
returns a ReadContext for path evaluation |
static ReadContext |
JsonPath.parse(String json)
Parses the given JSON input using the default
Configuration and
returns a ReadContext for path evaluation |
ReadContext |
ParseContext.parse(String json) |
static ReadContext |
JsonPath.parse(String json,
Configuration configuration)
Parses the given JSON input using the provided
Configuration and
returns a ReadContext for path evaluation |
static ReadContext |
JsonPath.parse(URL json)
Parses the given JSON input using the default
Configuration and
returns a ReadContext for path evaluation |
ReadContext |
ParseContext.parse(URL json) |
static ReadContext |
JsonPath.parse(URL json,
Configuration configuration)
Parses the given JSON input using the provided
Configuration and
returns a ReadContext for path evaluation |
Modifier and Type | Class and Description |
---|---|
class |
JsonReader
User: kalle
Date: 8/30/13
Time: 12:17 PM
|
Modifier and Type | Method and Description |
---|---|
ReadContext |
JsonReader.parse(File json) |
ReadContext |
JsonReader.parse(InputStream json) |
ReadContext |
JsonReader.parse(Object json) |
ReadContext |
JsonReader.parse(String json) |
ReadContext |
JsonReader.parse(URL json) |
Copyright © 2011–2014. All rights reserved.