feat: add utility function to write data in path#1058
feat: add utility function to write data in path#1058matteo-cristino wants to merge 4 commits intomasterfrom
Conversation
|
can we reuse or modularize the existing path retrieving function? I haven't checked myself right now, lets just use as less code as possible. agree this has an interesting number of corner cases and your seems a very good start |
|
At the beginning I thought about the same thing, but here you are not retrieving an object from a path, instead you are writing it in a path! Moreover I implemented it so that if the path does not exists it creates it (in the zencode statement I check that the root exists! So that we do not end with stuff without codec in ACK) |
0508e7f to
ae92c9f
Compare
|
The |
|
One thing comes to my mind about this: when finding a number in the path, e.g. |
|
Yes, I like very much the square brackets and dot notation. A good standard notation for paths. |
seems a good start, but it need a lot of testing
6719df9 to
b68ab40
Compare
seems a good start, but it need a lot of testing