Tools, FAQ, Tutorials:
JSON Validation at fyicenter.com
How to use the JSON Validation Tool at fyicenter.com?
✍: FYIcenter.com
If you want to try the JSON Validation Tool at fyicenter.com,
you can follow this tutorial:
1. Go to the FYIcenter JSON Validator and Formatter page at fyicenter.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" button. You see the following error message:
Your JSON text string is invalid: Syntax error
The picture below shows you how to use the online JSON validation tool at fyicenter.com:
⇐ JSON Validation at jsonlint.com
2023-08-17, ∼2594🔥, 0💬
Popular Posts:
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...