System.JSON.Types.JSONSerializationVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

JSONSerializationVersion: Integer = 34;

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.