sematext / sematext-agent-java

Sematext Monitoring Agent
https://sematext.com/spm
Apache License 2.0
23 stars 9 forks source link

Make agent handling of jsonpath bracket-notation more compliant with the standard #49

Closed bsmid closed 5 years ago

bsmid commented 5 years ago

Currently agent supports only dot-notation in expressions and brackets only when they related to arrays. This is good enough to achieve everything, but agent should support bracket-notation for fields too.

bsmid commented 5 years ago

Implemented in https://github.com/sematext/sematext-agent-java/pull/51