diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-02 17:48:37 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-02 17:48:37 +0200 |
commit | 57c8ff05f4b19762b6915aac83c1245a54ee7f42 (patch) | |
tree | 61bde348a73ecd69f022802277bf6dd0ef33f03b /modules/tools/examples/foo.json | |
parent | 3213bef6aa2b87cf8ea207e53ddf1b064539b46a (diff) |
tools, codec-json: Initial whitespace is also valid json. Also fixed
reading for cli manip as well
Diffstat (limited to 'modules/tools/examples/foo.json')
-rw-r--r-- | modules/tools/examples/foo.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tools/examples/foo.json b/modules/tools/examples/foo.json new file mode 100644 index 0000000..beeba89 --- /dev/null +++ b/modules/tools/examples/foo.json @@ -0,0 +1 @@ +{"foo":"yohohohohoho","inner":{"bar":"written3","baz":"brooo"}}
\ No newline at end of file |