System.JSON.Types.JSONSerializationVersion
Delphi
JSONSerializationVersion: Integer = 33;
C++
extern DELPHI_PACKAGE int JSONSerializationVersion;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.JSON.Types.pas System.JSON.Types.hpp  | 
        System.JSON.Types | System.JSON.Types | 
Description
Specifies the RTL version to use for JSON serialization format.
Note:  This setting affects TList<T> , TListHelper , and TJSONString serialization.
Tip:  You can build a 10.3 client with JSONSerializationVersion set to 32 to make it compatible with a 10.2 DataSnap server.