Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libucl/tests/
H A Dtest_basic.c200 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()
260 ucl_object_emit_full (obj, UCL_EMIT_JSON_COMPACT, in main()
H A Dtest_speed.c127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()
/freebsd-14.2/contrib/libucl/src/
H A Ducl_emitter_utils.c48 [UCL_EMIT_JSON_COMPACT] = {
50 .id = UCL_EMIT_JSON_COMPACT,
52 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_JSON_COMPACT]
H A Ducl_emitter.c77 [UCL_EMIT_JSON_COMPACT] = UCL_EMIT_TYPE_CONTENT(json_compact),
87 ((ctx)->id == UCL_EMIT_JSON_COMPACT || (ctx)->id == UCL_EMIT_JSON))
/freebsd-14.2/contrib/libucl/python/
H A Ducl.pyi7 UCL_EMIT_JSON_COMPACT = ... # type: int
/freebsd-14.2/contrib/libucl/lua/
H A Dlua_ucl.c1045 enum ucl_emitter format = UCL_EMIT_JSON_COMPACT; in lua_ucl_str_to_emit_type()
1051 format = UCL_EMIT_JSON_COMPACT; in lua_ucl_str_to_emit_type()
1081 enum ucl_emitter format = UCL_EMIT_JSON_COMPACT; in lua_ucl_object_tostring()
1334 format = UCL_EMIT_JSON_COMPACT; in lua_ucl_to_json()
1423 format = UCL_EMIT_JSON_COMPACT; in lua_ucl_to_format()
/freebsd-14.2/contrib/libucl/utils/
H A Ducl-tool.c91 emitter = UCL_EMIT_JSON_COMPACT; in main()
/freebsd-14.2/contrib/libucl/python/src/
H A Duclmodule.c302 PyModule_AddIntMacro(mod, UCL_EMIT_JSON_COMPACT); in init_macros()
/freebsd-14.2/contrib/libucl/include/
H A Ducl.h138 UCL_EMIT_JSON_COMPACT, /**< Emit compacted JSON */ enumerator
/freebsd-14.2/contrib/libucl/doc/
H A Dapi.md249 - compact json: `UCL_EMIT_JSON_COMPACT` - single line valid json without spaces