コンテンツにスキップ
出品EasyJsonParserのメディア1

説明

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)

含まれる形式

  • Unreal Engine形式のロゴ