aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/table-array-nest-no-keys.json
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-06-01 08:36:08 -0500
committerGitHub <noreply@github.com>2017-06-01 08:36:08 -0500
commit36431af975092578648225c60a8494cb0d5f6844 (patch)
tree56d5a901235aa8fb7c157c0f348b257c54fa1648 /tests/valid/table-array-nest-no-keys.json
parent95e1c738467c87f4072ac29923e7df399ebfe9ea (diff)
parent20dced6967398c19ae8d502bd916cc294df6a3d4 (diff)
downloadmilf-rs-36431af975092578648225c60a8494cb0d5f6844.tar.gz
milf-rs-36431af975092578648225c60a8494cb0d5f6844.zip
Merge pull request #184 from alanhdu/master
Serialize nested array of tables correctly
Diffstat (limited to 'tests/valid/table-array-nest-no-keys.json')
-rw-r--r--tests/valid/table-array-nest-no-keys.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/valid/table-array-nest-no-keys.json b/tests/valid/table-array-nest-no-keys.json
new file mode 100644
index 0000000..7537b1a
--- /dev/null
+++ b/tests/valid/table-array-nest-no-keys.json
@@ -0,0 +1,14 @@
+{
+ "albums": [
+ {
+ "songs": [{}, {}]
+ }
+ ],
+ "artists": [
+ {
+ "home": {
+ "address": {}
+ }
+ }
+ ]
+}