Fix config example

This commit is contained in:
allegroai
2021-10-21 12:03:07 +03:00
parent 92e3f00435
commit cd4a39d8fc
3 changed files with 15 additions and 3 deletions

View File

@@ -250,7 +250,13 @@
# path: "/tmp/fox.txt"
# }
# myjsonfile {
# contents: {some: nested: value: [1, 2, 3, 4]}
# contents: {
# some {
# nested {
# value: [1, 2, 3, 4]
# }
# }
# }
# path: "/tmp/test.json"
# target_format: json
# }