json_type_st
static struct json_type_st null_type = { K5_JSON_TID_NULL, "null", NULL };
static struct json_type_st bool_type = { K5_JSON_TID_BOOL, "bool", NULL };
static struct json_type_st array_type = {
static struct json_type_st object_type = {
static struct json_type_st string_type = {
static struct json_type_st number_type = {