View Source Loupe.Ecto.Filter.JsonPath (Loupe v0.9.0)

Defines functions for querying using a field with a path. This is invoked when you refer a field plus a path for json fields:

get Post where user.role.permissions["categories", "access"] = "write"