Skip to content

v2.2.0: Nested Object Flattening (Spec v3.2)

Choose a tag to compare

@blackwell-systems blackwell-systems released this 23 Jun 04:31
· 55 commits to main since this release

Nested Object Flattening

Encoder automatically flattens fixed-shape nested objects into > path column names. Decoder reconstructs nesting from > paths.

  • 20-48% fewer tokens on deeply nested API data
  • 100% comprehension on every frontier model
  • Zero regression on 1M random + 1M adversarial round-trips
  • 17-format mega-gauntlet: PERFECT data integrity
  • Falls back to attachment mechanism for non-flattenable cases
  • Round-trip guarantee preserved

Full Changelog: v2.1.1...v2.2.0