{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"TestRegularExpressionChecks.x3d"
          },
          {
            "@name":"description",
            "@content":"Conformance test for regular expression checks. Tests are performed by build.xml target processScenes.regularExpressionChecks."
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"19 March 2012"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"error",
            "@content":"this scene contains intentional errors in floating point arrays in order to test regular expression (regex) checking"
          },
          {
            "@name":"reference",
            "@content":"../build.xml"
          },
          {
            "@name":"subject",
            "@content":"X3D regular expression conformance test"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/development/TestRegularExpressionChecks.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"20 April 2026"
          },
          {
            "@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":"TestRegularExpressionChecks.x3d"
            }
          },
          { "Background":
            {
              "@skyColor":[1,0.768627,0.321569]
            }
          },
          { "Shape":
            {
              "-geometry":
                { "Text":
                  {
                    "@string":["This scene is a","conformance test for","regular expression checks"],
                    "-fontStyle":
                      { "FontStyle":
                        {
                          "@justify":["MIDDLE","MIDDLE"]
                        }
                      }
                  }
                },
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@diffuseColor":[0.4,0.8,0.6],
                          "@shininess":0.8
                        }
                      }
                  }
                }
            }
          },
          { "ScalarInterpolator":
            {
              "@DEF":"MergedFloatsErrorDetectionTest",
              "@key":[0,0.250.5,0.75,1],
              "@keyValue":[0,1,2,3,4,5]
            }
          },
          { "ScalarInterpolator":
            {
              "@DEF":"LeadingZerosErrorDetectionTest",
              "@key":[0,0.25,0.5,0.75,01],
              "@keyValue":[0,01,2,3,4,5]
            }
          }
        ]
    }
  }
}