]> git.proxmox.com Git - rustc.git/blobdiff - vendor/basic-toml/tests/valid/example.json
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / basic-toml / tests / valid / example.json
diff --git a/vendor/basic-toml/tests/valid/example.json b/vendor/basic-toml/tests/valid/example.json
new file mode 100644 (file)
index 0000000..48aa907
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "best-day-ever": {"type": "datetime", "value": "1987-07-05T17:45:00Z"},
+  "numtheory": {
+    "boring": {"type": "bool", "value": "false"},
+    "perfection": {
+      "type": "array",
+      "value": [
+        {"type": "integer", "value": "6"},
+        {"type": "integer", "value": "28"},
+        {"type": "integer", "value": "496"}
+      ]
+    }
+  }
+}