To simplify later Evaluation Context extensions, we need to add JSONPath capabilities to the Flagsmith Engine.
- Select a correct, lightweight, performant JSONPath library to use. Extension support is welcome, but we should be conscious of other engine implementations, and JSONPath implementations in their respective languages, when assessing a list of extensions to support.
- Reimplement the
get_context_value function using JSONPath.
To simplify later Evaluation Context extensions, we need to add JSONPath capabilities to the Flagsmith Engine.
get_context_valuefunction using JSONPath.