System.JSON.TJSONPairEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.TJSONObject.TEnumeratorSystem.TObjectTJSONPairEnumerator

Delphi

TJSONPairEnumerator = class(TJSONObject.TEnumerator)

C++

class PASCALIMPLEMENTATION TJSONPairEnumerator _DEPRECATED_ATTRIBUTE1("Use TJSONObject.TEnumerator")  : public TJSONObject::TEnumerator

Properties

Type Visibility Source Unit Parent
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

Enumerator for JSON pairs.

TJSONPairEnumerator is the class that implements an enumerator for TJSONPair objects. TJSONPairEnumerator is used by TJSONObject to allow JSON pairs to be accessed using a for-in loop.

See Also