Generate sample Json output from Json Schema

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

    JSONBuddy can do this for you. It is a Windows desktop JSON editor and generates live JSON sample data while you are editing your schema.

提交回复
热议问题