MCPcopy Create free account
hub / github.com/catboost/catboost / PrettifyJson

Function PrettifyJson

library/cpp/json/json_prettifier.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 };
41
42 inline TString PrettifyJson(TStringBuf in, bool unquote = false, ui8 padding = 4, bool sq = false) {
43 return TJsonPrettifier::Prettifier(unquote, padding, sq).Prettify(in);
44 }
45
46 inline bool PrettifyJson(TStringBuf in, IOutputStream& out, bool unquote = false, ui8 padding = 4, bool sq = false) {
47 return TJsonPrettifier::Prettifier(unquote, padding, sq).Prettify(in, out);

Callers 4

DiffFunction · 0.85
Y_UNIT_TESTFunction · 0.85
TrainModelMethod · 0.85
TrainModelMethod · 0.85

Calls 1

PrettifyMethod · 0.80

Tested by

no test coverage detected