Skip to content

Instantly share code, notes, and snippets.

@droznyk
Created November 7, 2019 13:19
Show Gist options
  • Select an option

  • Save droznyk/ead9ca5ec515cc68b3cc24377aba58ed to your computer and use it in GitHub Desktop.

Select an option

Save droznyk/ead9ca5ec515cc68b3cc24377aba58ed to your computer and use it in GitHub Desktop.

Revisions

  1. droznyk created this gist Nov 7, 2019.
    32 changes: 32 additions & 0 deletions input.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    {
    "name":"Millennium Falcon",
    "passengers":"6",
    "pilotConnection":{
    "pilots":[
    {
    "name":"Chewbacca",
    "species":{
    "name":"Wookiee"
    }
    },
    {
    "name":"Han Solo",
    "species":{
    "name":"Human"
    }
    },
    {
    "name":"Lando Calrissian",
    "species":{
    "name":"Human"
    }
    },
    {
    "name":"Nien Nunb",
    "species":{
    "name":"Sullustan"
    }
    }
    ]
    }
    }