1

この JSON を、リスト ボックスとチェック ボックスを作成する読み取り可能な HTML に変換するにはどうすればよいでしょうか? 変換に dform を使用しようとしています

 [
                        {
                            "attribute": {
                            "propertyattributecode": "ConstructionDecade",
                            "description": "Based on MPF survey construction decade",
                            "type": "list"
                        },
                            "values": [
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1960"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1970"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1980"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "1990"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "2000"
                        },
                        {
                            "propertyattributecode": "ConstructionDecade",
                            "value": "2010"
                        }
                    ]
4

0 に答える 0