TOON - Token-Oriented Object Notation トークン指向オブジェクト記法

https://github.com/toon-format/toon
https://zenn.dev/akari1106/articles/ba99c8702ee732
jsonyamlのようなデータ表現記法。
トークン数を節約してLLMにデータを渡すために考えられた、新しい記法。
以下が例。

hikes[3]{id,name,distanceKm,elevationGain,companion,wasSunny}:
1,Blue Lake Trail,7.5,320,ana,true
2,Ridge Overlook,9.2,540,luis,false
3,Wildflower Loop,5.1,180,sam,true