You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DanielNetzer! Json-mask doesn’t implement that, but it’s an interesting idea. The closest you can come with this lib at the moment is with a wildcard selector, like this: */a for one level, where “a” would be selected from any field, e.g. {“g”: {“a”: 1}} or at any level: */*/a, */*/*/a, etc
In JSON Path there is a recursive path finder using the
$..
, is there a similar implementation in json-mask?The text was updated successfully, but these errors were encountered: