This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Verse using statement |
using { /UnrealEngine.com/JSON } |
Members
This class has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
AsObject |
Retrieve an object value or fail if value is not a json object |
AsArray |
Retrieve an array value or fail if value is not a json array |
AsInt |
Retrieve an integer value or fail if value is not a json number |
AsFloat |
Retrieve a float value or fail if value is not a json number |
AsString |
Retrieve an object value or fail if value is not a string |
AsNull |
Retrieve an object value or fail if value is not null |