fixed example .json files

This commit is contained in:
debris 2015-12-03 05:47:07 +01:00
parent 05f7e85d30
commit 9f9c508ebd
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Also `append_raw` and `append_list` requires `len` field
"operation": "append", "operation": "append",
"value": "dog" "value": "dog"
} }
] ],
"output": "0xc88363617183646f67" "output": "0xc88363617183646f67"
} }
``` ```

View File

@ -13,6 +13,6 @@
"operation": "append", "operation": "append",
"value": "dog" "value": "dog"
} }
] ],
"output": "0xc88363617183646f67" "output": "0xc88363617183646f67"
} }