Skip to content

Commit f056df3

Browse files
committed
working on new feature to create a structure using paths.
[not finished! shouldn’t be used, details will change] some other minor related changes (added json_value_replace and added found outputs to some routines which didn’t have them before).
1 parent b1af52d commit f056df3

File tree

4 files changed

+541
-63
lines changed

4 files changed

+541
-63
lines changed

files/inputs/test1.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
" test \\u \" blah\\\" test test",
1515
"..\\path\\to\\files\\"
1616
],
17+
"a": {
18+
"b": 1
19+
},
1720
"empty_array": [],
1821
"empty_object": {},
1922
"empty_string": "",

0 commit comments

Comments
 (0)