local.amd.json 335 B

12345678910111213141516
  1. {
  2. "paths": {
  3. "dot1": ".",
  4. "rel1": "relative",
  5. "sibling1": "../sibling",
  6. "abs1": "/absolute",
  7. "uri1": "http://example.com/uri",
  8. "arr1": [
  9. ".",
  10. "relative",
  11. "../sibling",
  12. "/absolute",
  13. "http://example.com/uri"
  14. ]
  15. }
  16. }