示例#1
0
static int cj_cb_end_map (void *ctx)
{
    return cj_cb_end (ctx);
}
示例#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);
}
示例#3
0
static int cj_cb_end_array (void * ctx)
{
  return cj_cb_end (ctx);
}