Метод | Описание | |
---|---|---|
GetGeoTagsValueOnly ( this obj, [ key ) : |
||
GetIntValueOnly ( this obj, [ key ) : int? | ||
GetStringValueOnly ( this obj, [ key ) : string | ||
Parse ( [ data ) : JObject | ||
ToJObject ( this geoTagsEntry ) : JArray | ||
TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject |
Метод | Описание | |
---|---|---|
DequoteString ( [ s ) : string |
public static GetGeoTagsValueOnly ( this obj, [ key ) : |
||
obj | this | |
key | [ | |
Результат |
public static GetIntValueOnly ( this obj, [ key ) : int? | ||
obj | this | |
key | [ | |
Результат | int? |
public static GetStringValueOnly ( this obj, [ key ) : string | ||
obj | this | |
key | [ | |
Результат | string |
public static Parse ( [ data ) : JObject | ||
data | [ | |
Результат | JObject |
public static ToJObject ( this geoTagsEntry ) : JArray | ||
geoTagsEntry | this | |
Результат | JArray |
public static TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject | ||
damagedJson | [ | |
scheme | JObjectRestorationScheme | |
Результат | JObject |