json class
Description
Provides a function to browse JSON (JavaScript Object Notation) data.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.Json.dll.
The dll file is in the dlls directory in the Cooker's distribution archive.
DLL
Rtype.Json.dll
fitter
Signature | Description |
json() | Get a new instance of json class. |
json(string) | Get a new instance of the json class created from a string written in JSON format. |
getter
Signature | Description |
Count | Gets the number of direct child elements of the instance. |
Fitted | Gets a value that indicates whether this instance was already initialized. |
direct call | Gets a member's value using Rice's getter call notation. |
IsArray | Gets a value indicating whether the instance is an array. |
TypeName | Gets the type name. |
setter
This class does not have a setter.
method
Signature | Description |
Get(int) | Gets a value corresponding to an index. |
Get(string) | Gets a value corresponding to a member name. |
IsDefined(int) | Gets a value indicating whether a value corresponding to the index exists. |
IsDefined(string) | Gets a value indicating whether a member corresponding to the member name exists. |
IsNull(int) | Gets a value indicating whether a value corresponding to the index is null. |
IsNull(string) | Gets a value indicating whether a value corresponding to the member name is null. |
Keys() | Get a list of member names. |
ToString() | Gets a JSON format string of the instance. |
Downloads for latest version.
Downloads the json and jsonnull class ver 1.0.0.0 for Any CPU.
Downloads the json and jsonnull class ver 1.0.0.0 for x86.
Downloads the json and jsonnull class ver 1.0.0.0 for x64.
Downloads the source of json and jsonnull class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.