nom_nrql 0.1.2

NRQL (New Relic Query Language) streaming parser built with nom.
Documentation
1
2
3
4
5
{
  "select": { "items": [{ "type": "Wildcard" }] },
  "from": { "event_types": ["Transaction"] },
  "limit": 10
}