I am hoping to use the Json Editor in text mode. I want my users to enter JSON. However, the users can enter invalid JSON content and be told about errors. The jsonDecode function returns information about line and column information. Ideally I would like an option in the editor that shows line numbers to allow my users to quickly go to the line in error.
I am hoping to use the Json Editor in text mode. I want my users to enter JSON. However, the users can enter invalid JSON content and be told about errors. The jsonDecode function returns information about line and column information. Ideally I would like an option in the editor that shows line numbers to allow my users to quickly go to the line in error.