json class : json() fitter
Description
Get a new instance of json class.
Syntax
new json()
Arguments
None.
Return value
Class | Description |
json | A new instance of json class. This instance has not been initialized. |
Sample code
1: | json jsonData = new json(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has not been initialized.
Links for reference
None.