Show / Hide Table of Contents

Property UnknownJson

UnknownJson

Gets the unknown data from the source JSON.

Declaration
[Obsolete("Use FormInput.ToJson() to get all the object's JSON data")]
public IReadOnlyDictionary<string, object> UnknownJson { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>

Unknown data from the source JSON.

Remarks

Unknown JSON is a dictionary of values that was in the source JSON but was unparsed by the Runtime.

See Also
UnsupportedJson
ToJson()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.8
.NET200.4 - 200.8
.NET Windows200.4 - 200.8
.NET Android200.4 - 200.8
.NET iOS200.4 - 200.8
.NET Framework200.4 - 200.8
UWP200.4 - 200.8
In This Article
Back to top Copyright © 2022 Esri.