secomind / exjsonpath

JSONPath library for Elixir
Apache License 2.0
24 stars 7 forks source link

Just $ can be used for the root #23

Closed bettio closed 4 years ago

bettio commented 4 years ago

Make it behave like most implementations: https://cburgmer.github.io/json-path-comparison/results/root.html

Our initial implementation was explicitly not supporting $, however it is handy and most implementations around are supporting this.