ArcGIS Pro 2.6 API Reference Guide
UpgradeJSON Method

ArcGIS.Core.CIM Namespace > Serializer Class : UpgradeJSON Method
Upgrades input CIM JSON string from source version to the latest version. Strings serialized using Core objects should be upgraded to current version for them to be succussfully deserialized.
Syntax
public static string UpgradeJSON( 
   string sourceVersion,
   string inputJson
)
Public Shared Function UpgradeJSON( _
   ByVal sourceVersion As String, _
   ByVal inputJson As String _
) As String

Parameters

sourceVersion
inputJson
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Serializer Class
Serializer Members