×

注意!页面内容来自https://jsonviewer.stack.hu/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Online JSON Viewer

About JSON

JSONshort for JavaScript Object Notationis a lightweight computer data interchange format. JSON is a text-basedhuman-readable format for representing simple data structures and associative arrays (called objects).

Read more: on.orgwikipediagoogle

In JSONthey take on the following forms: objectarrayvaluestring and number.

Slow loading speed

Several users reported slow loading speed in Chromebut I couldn't figure out why. If you have any hintsplease get in touch.

I've done some tests and looks like Firefox loading speed is fineso please try using that until we figure this out. Thx!

Security concerns:

- The JSON code entered by our users is not saved on the server. In factthe site doesn't even have a database
- Our site uses HTTPSso all the traffic between the client and our server is encrypted
- Our service has been running since 2008 and is trusted by more than 500,000 users every month

Update (April 2025)

Now you can import JSON files using the "Load JSON data"

For any questions or problems please get in touch

Example

{
    "firstName": "John",
    "lastName": "Smith",
    "gender": "man",
    "age": 32,
    "address": {
        "streetAddress": "21 2nd Street",
        "city": "New York",
        "state": "NY",
        "postalCode": "10021"
    },
    "phoneNumbers": [
        { "type": "home", "number": "212 555-1234" },
        { "type": "fax", "number": "646 555-4567" }
    ]
}

About Online JSON Viewer

JSON Viewer was created in 2008 as a side project and has become the largest project of it's kind. It allows users to convert JSON strings to a friendly readable format

The application is using Ext JS

For any questions or problems please get in touch