ValueExtensions.FromJson Method (String, Boolean)
Returns a Value that represents the specified JSON String.
          Namespace:  TcHmiSrv.Core.Tools.Json.Extensions
Assembly:  TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static Value FromJson(
    string value,
    bool enableAdvancedConversions
)Parameters
| 
                   value  | 
                   Type: System.String  | 
| 
                   enableAdvancedConversions  | 
                   Type: System.Boolean  |