0

I'm trying to create a JSON input field for my application made in Vue.js. I'm looking for a component/package/library that allows me to:

  1. Lint and format the JSON, displaying any errors (like this)

  2. Have an interface that displays the line numbers (like this)

  3. Validate the resulting JSON against a schema with its rules and regex (like this)

Does anybody know if anything like that exists?

I've tried to implement the solutions shown at point 1) (this) it works but with some tweaks needed.

0 Answers0