How to infer types from JSON file

前端 未结 0 1800
栀梦
栀梦 2020-12-02 19:16

I have a JSON file with the following schema:

[
  {
    name: \'A\',
    type: \'aa\'
  },
  {
    name: \'B\',
    type: \'bb\'
  }
]

In my

相关标签:
回答
  • 消灭零回复
提交回复
热议问题