Crdt.Rx_codec
crdt · API reference
JSON-Rx message codecs (JSON, Compact, Framing)
JSON-Rx message codecs.
This module provides encode/decode functions for JSON-Rx messages in two formats:
- JSON (verbose, human-readable)
- Compact (array-based, more efficient) see https://jsonjoy.com/specs/json-rx JSON-Rx specification
module J = Simdjsont.Jsonmodule Json : sig ... endmodule Compact : sig ... endmodule Framing : sig ... end