Searched refs:UCL_EMIT_JSON_COMPACT (Results 1 – 7 of 7) sorted by relevance
200 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()260 ucl_object_emit_full (obj, UCL_EMIT_JSON_COMPACT, in main()
97 ctx = ucl_object_emit_streamline_new (obj, UCL_EMIT_JSON_COMPACT, f); in main()
127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()
48 [UCL_EMIT_JSON_COMPACT] = {50 .id = UCL_EMIT_JSON_COMPACT,52 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_JSON_COMPACT]
77 [UCL_EMIT_JSON_COMPACT] = UCL_EMIT_TYPE_CONTENT(json_compact),87 ((ctx)->id == UCL_EMIT_JSON_COMPACT || (ctx)->id == UCL_EMIT_JSON))
1089 enum ucl_emitter format = UCL_EMIT_JSON_COMPACT; in lua_ucl_str_to_emit_type()1095 format = UCL_EMIT_JSON_COMPACT; in lua_ucl_str_to_emit_type()1125 enum ucl_emitter format = UCL_EMIT_JSON_COMPACT; in lua_ucl_object_tostring()1378 format = UCL_EMIT_JSON_COMPACT; in lua_ucl_to_json()1467 format = UCL_EMIT_JSON_COMPACT; in lua_ucl_to_format()
138 UCL_EMIT_JSON_COMPACT, /**< Emit compacted JSON */ enumerator