Description
Values in Json can be obtained by the following types.
+ string
+ int
+ float
+ bool
For example, you can easily refer to values by simply connecting tags with dots as follows:
{
“widget”: {
“debug”: true,
“window”: {
“title”: “Sample Konfabulator Widget”,
“name”: “main_window”,
“width”: 500,
“height”: 500
}
}
}
widget.debug => true(bool)
widget.window.name=>”main_window”(string)
widget.window.width => 500(int or float)
Technical Details
Code Modules: EasyJsonParser
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows, Mac, iOS, Android
Documentation: https://github.com/ayumax/EasyJsonParser/blob/master/README.md
Example Project:https://github.com/ayumax/EasyJsonParser
Changelog
[08/29/2019] Version 1.0.1: (4.20, 4.21, 4.22)
(05/27/2019) Version 1.00: (4.20, 4.21, 4.22)
Supported Engine Versions
4.20 – 4.27, 5.0 – 5.2