JSON UI Helper or JSON Lint with dropdown suggestions using a JSON schema

126 Views Asked by At

My client needs to have an USER interface where they can build a JSON The JSON is defined and validated by its schema

For example, if you could go here https://developers.google.com/people/api/rest/v1/people/createContact

enter image description here

This editor lets us define the JSON and it displays the dropdown suggestions so the user may not make a mistake.

I have no idea how this is being done? Any insights are greatly appreciated.

Is there a third party tool available?

https://jsonschemalint.com/#!/version/draft-07/markup/json THis does exactly but it doesnt show a dropdown

0

There are 0 best solutions below