Generate sample Json output from Json Schema

后端 未结 4 1381
栀梦
栀梦 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:17

    You can try the JSON Schema Faker. It will take a schema and generate/output a JSON object that will validate against the schema.

提交回复
热议问题