Tools, FAQ, Tutorials:
JSON Validation at jsonlint.com
How to use the JSON Validation Tool at jsonlint.com?
✍: FYIcenter.com
If you want to try the JSON Validation Tool at jsonlint.com,
you can follow this tutorial:
1. Go to the The JSON Validator page at jsonlint.com.
2. Enter the following JSON text string in the text area:
{ "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 25, "address": { "streetAddress": "21 2nd Street", "city": "New York", "state": "NY", "postalCode": "10021-3100", }, "phoneNumbers": [ { "type": 'home', "number": "212 555-1234" }, { "type": "office", "number": "646 555-4567" }, ], "children": [], "spouse": null }
3. Click the "Validate JSON" button. You see the following output near the bottom:
Error: Parse error on line 10: ...de": "10021-3100", }, "phoneNumbers": ----------------------^ Expecting 'STRING', got '}'
Note that this tool correctly detected the first error in the JSON text string. An extra comma is at the end of the property list.
The picture below shows you how to use the online JSON validation tool at jsonlint.com:
⇒ JSON Validation at fyicenter.com
⇐ JSON Validation Online Tools
2023-09-05, 2181🔥, 0💬
Popular Posts:
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...