ValueExtensions MethodsThe ValueExtensions type exposes the following members.Methods Name Description FromJson(String) Returns a Value that represents the specified JSON String. FromJson(String, Boolean) Returns a Value that represents the specified JSON String. ToJson(Value) Returns an unformatted JSON String that represents the current Value. ToJson(Value, Boolean) Returns an unformatted JSON String that represents the current Value. ToJson(Value, Boolean, Boolean) Returns a JSON String that represents the current Value. ToJsonValue Returns a JsonValue that contains an unformatted JSON String representing the current Value. Reference ValueExtensions Class TcHmiSrv.Core.Tools.Json.Extensions Namespace Further InformationValueExtensions.FromJson MethodValueExtensions.ToJson MethodValueExtensions.ToJsonValue Method