{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Interchange",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"http://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"Figure02.1Hut.x3d"
          },
          {
            "@name":"creator",
            "@content":"The VRML 2.0 Sourcebook, Copyright [1997] By Andrea L. Ames, David R. Nadeau, and John L. Moreland"
          },
          {
            "@name":"reference",
            "@content":"http://www.wiley.com/legacy/compbooks/vrml2sbk/ch02/02fig01.htm"
          },
          {
            "@name":"translator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"6 August 2000"
          },
          {
            "@name":"modified",
            "@content":"12 January 2011"
          },
          {
            "@name":"description",
            "@content":"Your first VRML world - a brown hut."
          },
          {
            "@name":"identifier",
            "@content":"http://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter02-Introduction/Figure02.1Hut.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"19 March 2017"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, http://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"warning",
            "@content":"An experimental version of X3D JSON encoding is used for this scene.  Status online at http://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          {
            "#comment":"This NavigationInfo node is added to many scenes, making examination of objects easier"
          },
          { "Group":
            {
              "-children":[
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "@DEF":"BROWN",
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.8,0.6,0.3]
                              }
                            }
                        }
                      },
                    "-children":[
                      {
                        "#comment":"Default Cylinder height=2, centered about origin"
                      }
                    ],
                    "-geometry":
                      { "Cylinder":
                        {
                          "@radius":2
                        }
                      }
                  }
                },
                { "Transform":
                  {
                    "@translation":[0,2,0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "@USE":"BROWN"
                              }
                            },
                          "-children":[
                            {
                              "#comment":"Default Cone height=2, centered about local origin"
                            }
                          ],
                          "-geometry":
                            { "Cone":
                              {
                                "@bottomRadius":2.5
                              }
                            }
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}