文件历史

135 次代码提交

作者 SHA1 备注 提交日期
Okinea Dev e35d8f71aa chore: move readme to packages/toon/README.md and symlink in the… (#228)
* chore: move readme to `packages/toon/README.md` and symlink in the project root

* fix paths and exclude `packages/toon/README.md` from `eslint` to avoid double linting

* fix: use relative paths

* fix link to readme benchmarks section
2025-11-26 11:21:58 +01:00
Johann Schopplich b9e3593cd9 docs(benchmarks): improve clarity of efficiency ranking metrics 2025-11-25 09:45:06 +01:00
Johann Schopplich a07d633f6a docs: move JToon to official implementation 2025-11-24 16:37:21 +01:00
Johann Schopplich 9a6125424c docs: update benchmarks for v3 list item syntax 2025-11-24 16:35:44 +01:00
Johann Schopplich 05abb99a7e feat!: standardized encoding for list-item objects (spec v3) 2025-11-24 14:40:36 +01:00
Johann Schopplich 7e9fbcfd40 docs: compact yaml example in README 2025-11-24 09:46:12 +01:00
Johann Schopplich 11a089bb86 docs: update token count 2025-11-24 09:13:22 +01:00
Johann Schopplich 327bddae55 feat: parse nested tabular arrays in list items with bare hyphen (spec v2.1) 2025-11-24 08:42:30 +01:00
Johann Schopplich 27c6fc5519 docs: simplify stream decode intructions 2025-11-23 19:05:04 +01:00
Johann Schopplich a200a9fa54 docs: add recommended media type & file extension 2025-11-23 18:51:50 +01:00
Johann Schopplich 6c57a14009 feat: streaming decode functionality with event-based parsing (closes #131) 2025-11-21 22:29:57 +01:00
Johann Schopplich 1c003c6118 feat(cli): memory-efficient streaming for encoding 2025-11-21 14:02:22 +01:00
Omzee 342327290d docs: add tree-sitter grammar and comprehensive editor support (#200)
* docs: add tree-sitter grammar and editor support documentation

- Add comprehensive Editor Support section to README.md
- Document tree-sitter-toon grammar with usage examples
- Include VS Code extension information
- Add Neovim configuration example for tree-sitter
- Update tools-and-playgrounds.md with detailed editor support
- Add Editor Support to table of contents

Resolves #143
Resolves #99

* docs: simplify

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
2025-11-21 09:22:11 +01:00
Satoshi Azuma a.k.a. ytnobody cf87cfafff docs: add Perl project link to README (#192)
* Add Perl project link to README

* docs: add to implementations

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
2025-11-21 09:04:30 +01:00
David Pinchen 660ed21e01 docs: add ApexToon implementation (#197)
* Add ApexToon implementation link to README

* Add Apex implementation to implementations documentation
2025-11-20 07:35:00 +01:00
Johann Schopplich 796b333e75 docs: fix benchmark dataset spacing (closes #196) 2025-11-19 22:06:23 +01:00
Johann Schopplich c91259a05e docs: improve intro sentence 2025-11-19 04:42:35 +01:00
Johann Schopplich 4c32fda628 docs: improve intro sentence 2025-11-18 22:50:54 +01:00
Majid Mohammadian d339d75f53 docs: add Laravel TOON package (#183)
* added Laravel toon package in readme.md

* docs: add Laravel Framework implementation to community section

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
2025-11-18 14:03:15 +01:00
Johann Schopplich 0ac629a085 docs(website): highlight benchmarks 2025-11-18 10:14:07 +01:00
Johann Schopplich 4b4f7c05f9 docs: add dedicated docs website 2025-11-18 07:23:10 +01:00
Johann Schopplich 3e08f3b72b docs: overhaul TOON example 2025-11-16 19:30:06 +01:00
Johann Schopplich 4b9e420506 docs: overhaul TOON example 2025-11-16 19:26:50 +01:00
Johann Schopplich bc9147c4c9 docs: overhaul TOON example 2025-11-16 19:12:55 +01:00
Johann Schopplich ccec8a9cc2 docs: overhaul TOON example 2025-11-16 19:06:59 +01:00
Johann Schopplich 56ca5106c9 docs: overhaul TOON example 2025-11-16 19:03:05 +01:00
Johann Schopplich bfdfbd87c6 docs: overhaul example 2025-11-16 19:00:18 +01:00
Johann Schopplich 1a652d239d docs: update intro sentence 2025-11-16 08:49:01 +01:00
Johann Schopplich c789ebe13c docs: merge notes and limitations section with when to not use TOON section 2025-11-15 22:14:18 +01:00
Johann Schopplich 9d260e46ed chore: update OG image 2025-11-15 07:52:12 +01:00
Johann Schopplich 32fb153211 docs: refine intro description 2025-11-14 18:26:46 +01:00
Johann Schopplich fe82f74a15 docs: highlight official implementations 2025-11-14 17:07:48 +01:00
Johann Schopplich 7f8c2379fd docs: update playground section 2025-11-13 17:10:32 +01:00
Johann Schopplich 6f3df73077 docs: add dedicated playground section (fixes #80 & #32) 2025-11-13 17:07:37 +01:00
Johann Schopplich a7eebaa9b3 docs: fix YAML example formatting in README 2025-11-13 14:54:25 +01:00
woutervancgi dc983b42ab docs: add YAML comparison example to README (#122)
Added YAML example as well as it's more fair to compare to YAML than to JSON.

Note then when objects or arrays contain more nesting TOON might actually become less efficient than YAML.
2025-11-13 14:52:45 +01:00
Johann Schopplich c73b9753dc docs: dedicated when not to use TOON section 2025-11-11 18:10:40 +01:00
Johann Schopplich 56298d6739 docs: add performance considerations (closes #110) 2025-11-11 17:48:38 +01:00
Johann Schopplich e8ae024e54 feat!: remove optional length marker option [#N] in favor of [N] 2025-11-10 17:28:49 +01:00
Johann Schopplich 661dcbe5f8 docs: clarify spec v1.5 changes 2025-11-10 13:21:25 +01:00
vexpera-br 5873c5828f docs: add Kotlin implementation to README (#101)
Related to [this discussion](https://github.com/toon-format/toon/discussions/100)

Hi Johann,

I've added a small note in the README linking to a spec-compliant Kotlin implementation of TOON.
Let me know if this fits the direction of the project — happy to adjust or remove.

Thanks for the great spec!
2025-11-10 10:52:57 +01:00
Johann Schopplich eefb0242e2 feat: opt-in key folding and path expansion (closes #86) 2025-11-10 09:56:09 +01:00
Johann Schopplich 67169f6f9f docs: switch benchmark order 2025-11-09 11:38:14 +01:00
Johann Schopplich 7b39feece7 docs: credit SZKX for logo design 2025-11-09 11:33:30 +01:00
Vitthal Mirji 67a0d4f495 docs: add Scala project link to README (#97)
Adding Scala project link to README
2025-11-09 11:30:50 +01:00
Johann Schopplich b4655b01af chore(benchmarks): fix CSV question count in accuracy reports 2025-11-07 21:31:15 +01:00
Johann Schopplich acca69c64a chore(benchmarks): replace LLM-as-judge, new structural validation 2025-11-07 21:28:21 +01:00
Marek Madejski 9a519dd114 docs: remove deprecated python-toon in favor of official implementation (#93)
Removed deprecated Python implementation `python-toon`. The official one,  `toon_format`, remains.
2025-11-07 15:27:48 +01:00
laresbernardo e49636bb87 docs: add R language implementation (#92) 2025-11-07 14:00:29 +01:00
Johann Schopplich c6ba6446f5 chore(benchmarks): finalize structure-awareness run 2025-11-07 10:33:46 +01:00