Skip to content

Commit

Permalink
Rename folder for integration test of #145
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Feb 28, 2022
1 parent 86f9e1c commit 3d34a2e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See issue #145
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"test" : [ {
"foo" : "bar"
}, {
"foo" : "bar"
} ],
"words" : [ "bla", "bla", "bla" ],
"test_2" : {
"test": "test"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"test" : [ {
"key" : [ "value", "more_value", "even_more_value" ],
"foo" : "bar",
"test": "test"
}, {
"key" : [ "less_value", "little_value", "no_value" ],
"foo" : "bar",
"test": "test"
} ],
"words" : [ "bla", "bla", "bla" ],
"test_2" : {
"key" : [ "value", "more_value", "even_more_value" ],
"foo" : "bar",
"test": "test"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
retain("words[]", "test[].*.foo", "test_2.test")
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FLUX_DIR + "input.json"
|open-file
|as-records
|decode-json
|fix(FLUX_DIR + "test.fix")
|encode-json(prettyPrinting="true")
|write(FLUX_DIR + "output-metafix.json")
;

0 comments on commit 3d34a2e

Please sign in to comment.