Generate sample Json output from Json Schema

后端 未结 4 1371
栀梦
栀梦 2020-12-30 20:15

I want to know whether there is a method in which I can generate sample json output based on a json schema input.

for example :-

input =>

{
\"tit         


        
4条回答
  •  遥遥无期
    2020-12-30 21:12

    fake-schema-cli is another option you can use.

    Example: fake-schema file-input-schema.json > output.json.

提交回复
热议问题