Validation Data Path Query generator for Property Value. write a JSON-Path filter similar to ?(@.alias == 'myAlias' && @.culture == 'en-us' && @.segment == 'mySegment') where culture and segment are optional
?(@.alias == 'myAlias' && @.culture == 'en-us' && @.segment == 'mySegment')
the object holding value and alias.
Validation Data Path Query generator for Property Value. write a JSON-Path filter similar to
?(@.alias == 'myAlias' && @.culture == 'en-us' && @.segment == 'mySegment')
where culture and segment are optional