├── LICENSE ├── README.md ├── extended-tests.json ├── json2xml.xslt ├── negative-tests.json ├── spec-examples-by-section.json ├── spec-examples.json └── transform-json-tests.xslt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/README.md -------------------------------------------------------------------------------- /extended-tests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/extended-tests.json -------------------------------------------------------------------------------- /json2xml.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/json2xml.xslt -------------------------------------------------------------------------------- /negative-tests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/negative-tests.json -------------------------------------------------------------------------------- /spec-examples-by-section.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/spec-examples-by-section.json -------------------------------------------------------------------------------- /spec-examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/spec-examples.json -------------------------------------------------------------------------------- /transform-json-tests.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uri-templates/uritemplate-test/HEAD/transform-json-tests.xslt --------------------------------------------------------------------------------