Exemplo n.º 1
0
static int cj_cb_end_map (void *ctx)
{
    return cj_cb_end (ctx);
}
Exemplo n.º 2
0
static int cj_cb_end_array (void * ctx)
{
    cj_t *db = (cj_t *)ctx;
    db->state[db->depth].in_array = 0;
    return cj_cb_end (ctx);
}
Exemplo n.º 3
0
static int cj_cb_end_array (void * ctx)
{
  return cj_cb_end (ctx);
}