Helper

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public static class JSON
public static class JSON
Public NotInheritable Class JSON
Public NotInheritable Class JSON
public ref class JSON abstract sealed
public ref class JSON abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type JSON = class end
[<AbstractClassAttribute>] [<SealedAttribute>] type JSON = class end

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | Beautify(String) |
Create a human readable string from the json
|
![]() ![]() | ClearReflectionCache()()()() |
Clear the internal reflection cache so you can start from new (you will loose performance)
|
![]() ![]() | DeepCopy(Object) |
Deep copy an object i.e. clone to a new object
|
![]() ![]() | DeepCopy<(Of <<'(T>)>>)(T) | |
![]() ![]() | FillObject(Object, String) |
Fill a given object with the json represenation
|
![]() ![]() | Parameters |
Globally set-able parameters for controlling the serializer
|
![]() ![]() | Parse(String) |
Parse a json string and generate a Dictionary<string,object> or List<object> structure
|
![]() ![]() | RegisterCustomType(Type, Serialize, Deserialize) |
Register custom type handlers for your own types not natively handled by fastJSON
|
![]() ![]() | ToJSON(Object) |
Create a json representation for an object
|
![]() ![]() | ToJSON(Object, JSONParameters) |
Create a json representation for an object with parameter override on this call
|
![]() ![]() | ToNiceJSON(Object, JSONParameters) |
Create a formatted json string (beautified) from an object
|
![]() ![]() | ToObject<(Of <<'(T>)>>)(String) |
Create a typed generic object from the json
|
![]() ![]() | ToObject<(Of <<'(T>)>>)(String, JSONParameters) |
Create a typed generic object from the json with parameter override on this call
|
![]() ![]() | ToObject(String) |
Create an object from the json
|
![]() ![]() | ToObject(String, JSONParameters) |
Create an object from the json with parameter override on this call
|
![]() ![]() | ToObject(String, Type) |
Create an object of type from the json
|

Object | |
![]() | JSON |
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331