Skip to content

Instantly share code, notes, and snippets.

@nacho4d
Created August 3, 2016 13:48
Show Gist options
  • Select an option

  • Save nacho4d/303e3f67b54aa1fd6045f7819a218c62 to your computer and use it in GitHub Desktop.

Select an option

Save nacho4d/303e3f67b54aa1fd6045f7819a218c62 to your computer and use it in GitHub Desktop.

Revisions

  1. nacho4d created this gist Aug 3, 2016.
    24 changes: 24 additions & 0 deletions exampleJson.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    {
    keyString: "String",
    keyBoolean: true,
    keyArraySimple: [
    1,
    11,
    111
    ],
    keyArrayObject: [
    {
    lang: "ja",
    where: "どこ"
    },
    {
    lang: "es",
    where: "donde"
    }
    ],
    keyObject: {
    git: "svn",
    github: "sourceforge"
    },
    keyNull: null
    }