DK11 for Delphi | GisFileJSON | Methods | Classes | Records
Name | Visibility | Description | |
---|---|---|---|
JSONObjectFind | public | Find JSON object based on a key. | |
JSONObjectFindClose | public | Close JSON object finding iterator. | |
JSONObjectFindFirst(String; TGIS_JSONObject; TGIS_JSONIter) | public | Find first JSON object based on a key. | |
JSONObjectFindFirst(TGIS_JSONObject; TGIS_JSONIter) | public | Find first JSON object. | |
JSONObjectFindNext | public | Find first JSON object. | |
JSONObjectFindPair | public | Find JSON object based on a key. | |
JSONObjectGetType | public | Get JSON object type. | |
JSONObjectGetValue | public | Find JSON object value based on a key. | |
Name | Description | |
---|---|---|
TGIS_JSONEnumerator | JSON enumerator. | |
TGIS_JSONItem | JSON list item. | |
TGIS_JSONIterator | JSON iterator. | |
TGIS_JSONList | JSON list. | |
TGIS_JSONObject | JSON object implementation. | |
TGIS_JSONPairEnumerator | JSON pair enumerator. | |
Name | Description | |
---|---|---|
TGIS_JSONIter | JSON iter. | |
TGIS_JSONPair | JSON pair implementation. | |