Comment on page
JSON
System.JSON
Namespace: System
Assembly: Wisej.Framework (3.2.0.0)
C#
VB.NET
public class JSON
Public Class JSON
In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Parses a JSON string to a dynamic object, similar to a JavaScript "expando" object.
Parameter | Type | Description |
---|---|---|
json | The JSON string to parse. |
Returns: Object. An instance of DynamicObject containing all the values parsed from the json string.
Parses a JSON string to a dynamic object, similar to a JavaScript "expando" object.
Returns: Object. An instance of DynamicObject containing all the values parsed from the stream stream.
Serializes the object to a JSON string.
Serializes the object to a JSON string.
Parameter | Type | Description |
---|---|---|
obj | The object to serialize. | |
options |
Serializes the object to a JSON string.
Serializes the object to a JSON string.
Parameter | Type | Description |
---|---|---|
obj | The object to serialize. | |
options |
Last modified 8d ago