Show HN: Lite³ – A JSON-Compatible Zero-Copy Serialization Format in 9.3 KB of C
github.com·10h·
Discuss: Hacker News
Flag this post

Lite³: A JSON-Compatible Zero-Copy Serialization Format

Parse no more—the wire format is the memory format.

Official Documentation (with examples): lite3.io

Introduction

Lite³ is a JSON-compatible zero-copy serialization format able to encode semi-structured data in a lightweight binary format, suitable for embedded and no-malloc environments. The flagship feature is the possibility to apply mutations directly on the serialized form. With Lite³, you can insert any arbitrary key, with any arbitrary value, directly into a serialized message. Essentially, it functions as a serialized dictionary. Some other formats provide this, but only limited to in-place updates of fixed size. As of writing (Nov 15th, 2025), this is a capabilit…

Similar Posts

Loading similar posts...