You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: