Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_emitter_utils.c42 [UCL_EMIT_JSON] = {
44 .id = UCL_EMIT_JSON,
46 .ops = &ucl_standartd_emitter_ops[UCL_EMIT_JSON]
89 if (emit_type >= UCL_EMIT_JSON && emit_type < UCL_EMIT_MAX) { in ucl_emit_get_standard_context()
H A Ducl_emitter.c76 [UCL_EMIT_JSON] = UCL_EMIT_TYPE_CONTENT(json),
87 ((ctx)->id == UCL_EMIT_JSON_COMPACT || (ctx)->id == UCL_EMIT_JSON))
/freebsd/contrib/libucl/tests/
H A Dtest_basic.c203 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
264 ucl_object_emit_full (obj, UCL_EMIT_JSON, in main()
H A Dtest_speed.c118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
/freebsd/contrib/libucl/python/
H A Ducl.pyi6 UCL_EMIT_JSON = ... # type: int
/freebsd/contrib/libucl/python/tests/
H A Dtest_dump.py66 self.assertIn(ucl.dump(data, ucl.UCL_EMIT_JSON), valid)
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c1048 format = UCL_EMIT_JSON; in lua_ucl_str_to_emit_type()
1330 int format = UCL_EMIT_JSON; in lua_ucl_to_json()
1405 int format = UCL_EMIT_JSON; in lua_ucl_to_format()
1420 format = UCL_EMIT_JSON; in lua_ucl_to_format()
/freebsd/contrib/libucl/utils/
H A Ducl-tool.c87 emitter = UCL_EMIT_JSON; in main()
/freebsd/contrib/libucl/python/src/
H A Duclmodule.c301 PyModule_AddIntMacro(mod, UCL_EMIT_JSON); in init_macros()
/freebsd/contrib/libucl/include/
H A Ducl++.h437 void dump (std::string &out, ucl_emitter_t type = UCL_EMIT_JSON) const
447 std::string dump (ucl_emitter_t type = UCL_EMIT_JSON) const
H A Ducl.h137 UCL_EMIT_JSON = 0, /**< Emit fine formatted JSON */ enumerator
/freebsd/contrib/libucl/doc/
H A Dapi.md250 - formatted json: `UCL_EMIT_JSON` - pretty formatted JSON with newlines and spaces