Replies: 1 comment
-
Looks like GJSON just created its own custom parsing system, while Gatus tries to follow the JSONPath standard. Can you give me an example of a condition with a key that has a dot? Just to make sure I understand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current jsonpath implementation is not as powerful as gjson. For example I cannot test keys with dots, but gjson supports it.
https://github.com/tidwall/gjson
Beta Was this translation helpful? Give feedback.
All reactions