{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.3",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.3.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "-children":[
      {
        "#comment":"All head/meta tags are optional, WorldInfo is also optional"
      },
      {
        "#comment":"Text node not supported by X3D Interchange profile, use Immersive profile or Text component level 1"
      }
    ],
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"HelloWorldMinimal.x3d"
          },
          {
            "@name":"description",
            "@content":"Hello World minimal example scene."
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"19 January 2020"
          },
          {
            "@name":"modified",
            "@content":"24 January 2020"
          },
          {
            "@name":"reference",
            "@content":"https://helloworldcollection.de"
          },
          {
            "@name":"reference",
            "@content":"https://en.wiktionary.org/wiki/Hello_World"
          },
          {
            "@name":"reference",
            "@content":"https://en.wikipedia.org/wiki/%22Hello,%20World!%22_program"
          },
          {
            "@name":"reference",
            "@content":"https://en.wikibooks.org/w/index.php?title=Computer_Programming/Hello_world"
          },
          {
            "@name":"reference",
            "@content":"https://en.wikibooks.org/w/index.php?title=Computer_Programming/Hello_world#X3D_(Extensible_3D)"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/HelloWorldMinimalIndex.html"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/HelloWorldScenes/HelloWorldMinimal.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"31 August 2025"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "WorldInfo":
            {
              "@title":"HelloWorldMinimal.x3d"
            }
          },
          { "Shape":
            {
              "-geometry":
                { "Text":
                  {
                    "@string":["hello, world"]
                  }
                }
            }
          }
        ]
    }
  }
}