[JSONBridge] New bridge
Uses JMESPath to extract values from any JSON content provided.
JMESPath was chosen over the arguably more popular JSONPath because the former supports queries with functions, including concatenation (join()), which in turn should be helpful in generation of the parameter strings.
Note that I heavily relied on AI here, but the result looks OK to me.
Pull request artifacts
| Bridge | Context | Status |
|---|---|---|
| JSON | 1 untitled (pr) | ❌ Bridge returned error 500! (20334)❌ Type: Exception❌ Message: Root JMESPath must return an array or an object |
last change: Wednesday 2025-09-03 12:50:42
i dont want to add a thirdparty dep at this point in time
i dont want to add a thirdparty dep at this point in time
I am afraid it would be impossible to add support for JSON otherwise, as PHP does not come with any sort of JSON query support. For what it's worth, that library is offered directly by the https://jmespath.org/, who maintain several other libraries, and most of these libraries are basically "complete".