Server.JbufferSourceRich text buffers with JSON marshalling.
All-in-one formatter. Return the JSON encoding of formatted text.
All-in-one formatter. Return the JSON encoding of formatted text.
Buffer for encoding formatted text.
Create a formatter with ~indent maximum indentation and ~margin right-margin. Defaults are those of Format.make_formatter, which are ~indent:68 and ~margin:78 with OCaml 4.05.
The underlying formatter of a buffer.
Prints into the buffer formatter.
Flushes the buffer and returns its JSON enoding. This pops all pending tags.
Prints back a JSON encoding into the provided formatter.