Error Message
JSON Syntax Highlighting helps the user to view JSON the way he likes with syntax colors. This tool supports more than 35 themes.
What can you do with JSON Syntax Highlighting?
- It helps to convert read or view JSON data easily.
- Also, support Font increase/decrease option in the footer of the text area to zoom in and out of the JSON Texts.
- This tool allows loading the JSON URL, which loads JSON and Highlighting JSON Syntax. Click on the URL button, Enter URL and Submit.
- JSON Syntax Highlighting Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.
- How to Create JSON File?
- JSON Full Form
- What is JSON?
- JSON Example with JSON Array
- Pretty Print JSON using Python
- Read JSON File Using Python
- Validate JSON using PHP
- Comment Inside JSON
- How to open JSON File?
- Json_Encode() Pretty Print using PHP
- JSON to CSV Python
- Python JSON
- JSON Cheat Sheet
Example of JSON
JSON data Try it.
{ "InsuranceCompanies": { "InsuranceCompany": [ { "No": "1", "Name": "Berkshire Hathaway ( BRK.A)", "Market Capitalization": "$507.04 billion" }, { "No": "2", "Name": "LFC", "Market Capitalization": "$300 billion" } ] } }
For Advanced Users
External URL
Load External URL in Browser URL like this https://codebeautify.org/
https://codebeautify.org/json-syntax-highlighting?url= https://gist.gi thubusercontent .com/cbmgit/852 c2702d4342e7811 c95f8ffc2f017f/ raw/InsuranceCo mpanies.json
Data as Parameter
Load Data in Browser URL input like this https://codebeautify.org/
https://codebeautify.org/json-syntax-highlighting?input= {"InsuranceComp anies":{"Insura nceCompany":[{" No":"1","Name": "Berkshire Hathaway ( BRK.A)","Market Capitalization" :"$507.04 billion"}]}}