Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FJsonObject |
A Json Object is a structure holding an unordered set of name/value pairs. |
|
FJsonValue |
A Json Value is a structure that can be any of the Json Types. |
|
FJsonValueArray |
A Json Array Value. |
|
FJsonValueBoolean |
A Json Boolean Value. |
|
FJsonValueNull |
A Json Null Value. |
|
FJsonValueNumber |
A Json Number Value. |
|
FJsonValueNumberString |
A Json Number Value, stored internally as a string so as not to lose precision |
|
FJsonValueObject |
A Json Object Value. |
|
FJsonValueString |
A Json String Value. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |