| Interface | Description |
|---|---|
| ElementTransformer |
Transforms an element.
|
| JsonArray |
Represents a
Json array, "[]". |
| JsonManager |
Provides methods to play with
Json strings and objects. |
| JsonObject |
Represents a
Json object, "{}". |
| JsonObjectDefault.IFirstElementGetter<T> | |
| JsonObjectFactory |
Factory to create
JsonObject
and JsonArray objects. |
| JsonObjectOrArray |
Base interface for
JsonObject and
JsonArray. |
| JsonPathUtils |
Utilities to deal with
JsonPaths. |
| ToJsonArrayConvertible |
An object implementing this interface is able to
convert itself to a
JsonArray. |
| ToJsonObjectConvertible |
An object implementing this interface is able to
convert itself to a
JsonObject. |
| Class | Description |
|---|---|
| JsonArrayDefault |
JsonArray implementation. |
| JsonObjectArrayBase |
Base class for both JsonObject and JsonArray.
|
| JsonObjectArrayBase.JsonPathCachingItem | |
| JsonObjectDefault |
JsonObject implementation. |
| JsonPathUtilsDefault |
| Enum | Description |
|---|---|
| JsonPathUtilsDefault.JsonPathProcessingType |
Copyright © 2019. All rights reserved.