JSON-T Directives
Arrays
Since JSON-T doesn't do == statements, the next solution is to use the
{.equal?} directive. This works fine for single, true/false statements: {.equal? title "About"}
It doesn't work, however, once arrays are introduced.
{.equal? @ "CategoryName"}