例如,如果我有"all_stations_info": {"1": {"playing": "some song"}, "2": {"playing": "another song"}}并且我想让电台在电台"1"播放,那么如果没有将"1"识别为Int或Float,我怎么做? typedef不起作用,因为它也不需要Int,我不确定DynamicAccess是否可以用于远程数据.
"all_stations_info": {"1": {"playing": "some song"}, "2": {"playing": "another song"}}
json haxe
haxe ×1
json ×1