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, ∼1997🔥, 0💬
Popular Posts:
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...