Skip to main content

Class JsonUtil

Namespace: Workspace.XBR.Xperiflow.Utilities.Json

Assembly: Xperiflow.dll

Declaration
public static class JsonUtil

Methods

GetJsonObjectFromJsonString(SessionInfo, string)

Declaration
public static JObject GetJsonObjectFromJsonString(SessionInfo si, string jsonString)
Returns

Newtonsoft.Json.Linq.JObject

Parameters
TypeName
OneStream.Shared.Common.SessionInfosi
System.StringjsonString

MapJsonFieldType(SessionInfo, string)

Declaration
public static Type MapJsonFieldType(SessionInfo si, string fieldType)
Returns

System.Type

Parameters
TypeName
OneStream.Shared.Common.SessionInfosi
System.StringfieldType

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?