Skip to content

Instantly share code, notes, and snippets.

@xyzdata
Last active June 22, 2017 01:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xyzdata/db29090f16a3592ea17c68ed6d22700b to your computer and use it in GitHub Desktop.
Save xyzdata/db29090f16a3592ea17c68ed6d22700b to your computer and use it in GitHub Desktop.
json viewer Chrome canary

json viewer Chrome canary

windows 7 OK

    
{
    "prependHeader": false,
    "maxJsonSize": 400,
    "alwaysFold": false,
    "alwaysRenderAllContent": false,
    "sortKeys": false,
    "clickableUrls": true,
    "openLinksInNewWindow": true,
    "autoHighlight": true
}


{
    "readOnly": true,
    "lineNumbers": true,
    "lineWrapping": true,
    "foldGutter": true,
    "tabSize": 4,
    "indentCStyle": false
}




.CodeMirror {
    font-family: monaco, Consolas, Menlo, Courier, monospace;
    font-size: 16px;
    line-height: 1.5em;
}









{
    "prependHeader": true,
    "maxJsonSize": 400,
    "alwaysFold": false,
    "alwaysRenderAllContent": false,
    "sortKeys": false,
    "clickableUrls": true,
    "openLinksInNewWindow": true,
    "autoHighlight": true
}

chrome & windows 7 error!

@xyzdata
Copy link
Author

xyzdata commented Jun 22, 2017

[
    {
        "prependHeader": false,
        "maxJsonSize": 400,
        "alwaysFold": false,
        "alwaysRenderAllContent": false,
        "sortKeys": false,
        "clickableUrls": true,
        "openLinksInNewWindow": true,
        "autoHighlight": true
    },


    {
        "readOnly": true,
        "lineNumbers": true,
        "lineWrapping": true,
        "foldGutter": true,
        "tabSize": 4,
        "indentCStyle": false
    },


    /*
    .CodeMirror {
        font-family: monaco, Consolas, Menlo, Courier, monospace;
        font-size: 16px;
        line-height: 1.5em;
    }
    */









    {
        "prependHeader": true,
        "maxJsonSize": 400,
        "alwaysFold": false,
        "alwaysRenderAllContent": false,
        "sortKeys": false,
        "clickableUrls": true,
        "openLinksInNewWindow": true,
        "autoHighlight": true
    }
]

https://cdn.xgqfrms.xyz/json/user1.json

https://cdn.xgqfrms.xyz/

@xyzdata
Copy link
Author

xyzdata commented Jun 22, 2017

@xyzdata
Copy link
Author

xyzdata commented Jun 22, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment