The JsonExtensionsWeb type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFromJson(String, Type)
Extension method to string that deserializes a json string into a specific type. Note that the type specified must be serializable.
Public methodStatic memberFromJson<(Of <<'(TType>)>>)(String)
Public methodStatic memberFromJsonString
Deserializes a json string into a specific type. Note that the type specified must be serializable.
Public methodStatic memberToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
Public methodStatic memberToJsonString
Serializes a type to Json. Note the type must be marked Serializable or include a DataContract attribute.

See Also