At work, I'm proposing JSONPath as part of a rules engine within a TMForum based product catalog system. Although JSONPath is a query language, not intended for use as a rules engine, my rationale for ...
I am using JsonPath to extract objects for masking and code generating. When I switch to jsoniter, I cannot use JsonPath anymore. Is it possible to support the syntax of JsonPath? One of the use case ...