Show / Hide Table of Contents

Property UnknownJson

UnknownJson

Gets a collection of unknown data from the source JSON.

Declaration
public IReadOnlyDictionary<string, object> UnknownJson { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>

A collection of unknown data from the source JSON.

Remarks

Unknown JSON is a dictionary of values that was in the source JSON but was not parsed by this API.

Applies to

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