C# 클래스 AcTools.Utils.Helpers.JsonExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DequoteString ( [ s ) : string

메소드 상세

GetGeoTagsValueOnly() 공개 정적인 메소드

public static GetGeoTagsValueOnly ( this obj, [ key ) : GeoTagsEntry
obj this
key [
리턴 GeoTagsEntry

GetIntValueOnly() 공개 정적인 메소드

public static GetIntValueOnly ( this obj, [ key ) : int?
obj this
key [
리턴 int?

GetStringValueOnly() 공개 정적인 메소드

public static GetStringValueOnly ( this obj, [ key ) : string
obj this
key [
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( [ data ) : JObject
data [
리턴 JObject

ToJObject() 공개 정적인 메소드

public static ToJObject ( this geoTagsEntry ) : JArray
geoTagsEntry this
리턴 JArray

TryToRestore() 공개 정적인 메소드

public static TryToRestore ( [ damagedJson, JObjectRestorationScheme scheme ) : JObject
damagedJson [
scheme JObjectRestorationScheme
리턴 JObject