1#ifndef SIMDJSON_MINIFY_H
2#define SIMDJSON_MINIFY_H
4#include "simdjson/base.h"
5#include "simdjson/padded_string.h"
26simdjson_warn_unused
error_code minify(
const char *buf,
size_t len,
char *dst,
size_t &dst_len)
noexcept;
The top level simdjson namespace, containing everything the library provides.
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.