{ "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",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"TextLengthMaxExtent.x3d"
          },
          {
            "@name":"description",
            "@content":"Simple Text node, illustrating length array and maxExtent field"
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"25 January 2009"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"reference",
            "@content":"TextLengthMaxExtent.png"
          },
          {
            "@name":"rights",
            "@content":"Copyright (c) Don Brutzman and Leonard Daly, 2005"
          },
          {
            "@name":"identifier",
            "@content":"https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter02GeometryPrimitives/TextLengthMaxExtent.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"25 April 2023"
          },
          {
            "@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":"TextLengthMaxExtent.x3d"
            }
          },
          { "Viewpoint":
            {
              "@description":"Default View",
              "@position":[0,0,6]
            }
          },
          { "Viewpoint":
            {
              "@description":"Book View",
              "@position":[0.89,-1.11,2.33]
            }
          },
          { "Transform":
            {
              "@translation":[-2,0,0],
              "-children":[
                { "Shape":
                  {
                    "-geometry":
                      { "Text":
                        {
                          "@DEF":"LengthText",
                          "@length":[2,3,4],
                          "@string":["length='2 3 4'","Second line 25 characters","Line 3 shortest"],
                          "-fontStyle":
                            { "FontStyle":
                              {
                                "@DEF":"CenteredFontStyle",
                                "@justify":["MIDDLE","MIDDLE"]
                              }
                            }
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@DEF":"BlueMaterial",
                                "@diffuseColor":[0.219608,0.345098,1]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[2,0,0],
              "-children":[
                { "Shape":
                  {
                    "-geometry":
                      { "Text":
                        {
                          "@DEF":"maxExtentText",
                          "@maxExtent":2.5,
                          "@string":["maxExtent='2.5'","Second line 25 characters","Line 3 shortest"],
                          "-fontStyle":
                            { "FontStyle":
                              {
                                "@USE":"CenteredFontStyle"
                              }
                            }
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          }
        ]
    }
  }
}