Searched refs:UCL_EMIT_JSON (Results 1 – 5 of 5) sorted by relevance
107 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()128 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
746 if (emit_type == UCL_EMIT_JSON) { in ucl_object_emit()770 if (emit_type == UCL_EMIT_JSON) { in ucl_object_emit_full()
135 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator
250 - formatted json: `UCL_EMIT_JSON` - pretty formatted JSON with newlines and spaces