Now if you are on Windows & already using NotePad++, you can use it as an offline JSON validator tool. Just install this plugin. Now you can validate & see JSON text in tree view inside the text editor. It works well with large text also.
Thursday, 30 July 2020
Use Notepad++ As Offline JSON Validator
You can find plenty of websites to validate & view JSON text. JSONLint is pretty popular. But I have had issues with them when file size goes beyond 3-4 mb. I mostly use this website to validate & parse JSON. It works well with big file size. So if you have a large JSON string to validate, it can be useful.
Subscribe to:
Post Comments (Atom)
How To Solve "Caused by: org.hibernate.HibernateException: Missing table" When Table Is Present In Database
If you are using JPA or Hibernate directly and got that exception while starting your application, there is one obvious reason for that. You...

-
Here I am just trying to explain KMP algorithm in plain english. I will also explain worst time complexity & why it is O(m + n). We will...
-
You already have a web property in Google Search Console. Now you try to link Google Analytics with that. But you are getting error "Yo...
-
If you are using JPA or Hibernate directly and got that exception while starting your application, there is one obvious reason for that. You...

No comments:
Post a comment