Home
last modified time | relevance | path

Searched refs:UCL_EMIT_JSON (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/libucl/tests/
HDtest_basic.c107 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
128 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
HDtest_speed.c118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
/trueos/contrib/libucl/src/
HDucl_emitter.c746 if (emit_type == UCL_EMIT_JSON) { in ucl_object_emit()
770 if (emit_type == UCL_EMIT_JSON) { in ucl_object_emit_full()
/trueos/contrib/libucl/include/
HDucl.h135 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator
/trueos/contrib/libucl/doc/
HDapi.md250 - formatted json: `UCL_EMIT_JSON` - pretty formatted JSON with newlines and spaces