Token-Oriented Object Notation (TOON)
This module integrates Toon, a compact and human-readable data serialization format, into Drupal. It allows Drupal applications and modules to encode and decode data using Toon, making it useful for exchanging data with other systems or building APIs that require structured serialization.
Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware JSON for LLM prompts.
Toon provides support for the Toon serialization format in Drupal. It integrates the PHP implementation from toon-php to allow Drupal modules and applications to encode and decode data using the Toon specification. This module is useful when working with systems that exchange data using Toon, or when building APIs that require compact, structured serialization.