1 #ifndef SIMDJSON_MINIFY_H
2 #define SIMDJSON_MINIFY_H
4 #include "simdjson/common_defs.h"
5 #include "simdjson/padded_string.h"
28 simdjson_warn_unused
error_code minify(
const char *buf,
size_t len,
char *dst,
size_t &dst_len) noexcept;
We want to support argument-dependent lookup (ADL).
error_code
All possible errors returned by simdjson.
std::string minify(T x)
Minifies a JSON element or document, printing the smallest possible valid JSON.