C# Class AcTools.Utils.Helpers.JsonExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
GetGeoTagsValueOnly ( this obj, [ key ) : GeoTagsEntry
GetIntValueOnly ( this obj, [ key ) : int?
GetStringValueOnly ( this obj, [ key ) : string
Parse ( [ data ) : JObject
ToJObject ( this geoTagsEntry ) : JArray
TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject

Private Methods

Méthode Description
DequoteString ( [ s ) : string

Method Details

GetGeoTagsValueOnly() public static méthode

public static GetGeoTagsValueOnly ( this obj, [ key ) : GeoTagsEntry
obj this
key [
Résultat GeoTagsEntry

GetIntValueOnly() public static méthode

public static GetIntValueOnly ( this obj, [ key ) : int?
obj this
key [
Résultat int?

GetStringValueOnly() public static méthode

public static GetStringValueOnly ( this obj, [ key ) : string
obj this
key [
Résultat string

Parse() public static méthode

public static Parse ( [ data ) : JObject
data [
Résultat JObject

ToJObject() public static méthode

public static ToJObject ( this geoTagsEntry ) : JArray
geoTagsEntry this
Résultat JArray

TryToRestore() public static méthode

public static TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject
damagedJson [
scheme JObjectRestorationScheme
Résultat JObject