JPath
represents a lightweight JSONParser and allows parsing
based on the JSON structure and a path relative to this structure.JSONDatasource
provides a IListViewDatasource
implementation
to manage and represent a data model based on JSON data to be used in ListView
s.JSONDatasource
with a String of JSON formatted
data.JSONDatasource
with a String of JSON formatted
data and a JPath
expression referencing the root object within the
JSON data structure.JSONDatasource
from a given AbstractRestOperation
and
a JPath
expression referencing the root object within the
JSON data structure.