Home
last modified time | relevance | path

Searched refs:UCL_EMIT_JSON_COMPACT (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/libucl/tests/
HDtest_speed.c127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()
/trueos/contrib/libucl/src/
HDucl_emitter.c749 else if (emit_type == UCL_EMIT_JSON_COMPACT) { in ucl_object_emit()
773 else if (emit_type == UCL_EMIT_JSON_COMPACT) { in ucl_object_emit_full()
/trueos/contrib/libucl/include/
HDucl.h136 UCL_EMIT_JSON_COMPACT, /**< Emit compacted JSON */ enumerator
/trueos/contrib/libucl/doc/
HDapi.md249 - compact json: `UCL_EMIT_JSON_COMPACT` - single line valid json without spaces