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
JSON validation missing in Editor - same validation present in v-jsoneditor
Recently we've upgraded our project from vue2 to vue3, in vue2 we used v-jsoneditor which has json validation(refer Img 1)
which support json validation, like "invalid syntax", "expected ;", etc.,
But in upgraded vue v-jsoneditor doesn't support and routed to vue3-json-editor as recommended for vue3.
Since then JSON validation missing (refer Img2), along with #28 console warning.
Kindly suggest any solution to fix this issue or improvement.
The text was updated successfully, but these errors were encountered:
JSON validation missing in Editor - same validation present in v-jsoneditor
Recently we've upgraded our project from vue2 to vue3, in vue2 we used v-jsoneditor which has json validation(refer Img 1)
which support json validation, like "invalid syntax", "expected ;", etc.,
But in upgraded vue v-jsoneditor doesn't support and routed to vue3-json-editor as recommended for vue3.
Since then JSON validation missing (refer Img2), along with #28 console warning.
Kindly suggest any solution to fix this issue or improvement.
The text was updated successfully, but these errors were encountered: