🎒 Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware JSON for LLM prompts. Spec, benchmarks, TypeScript SDK.
18 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | benchmarks/src/report.ts | 141 | function generateEfficiencyRankingReport( |
| LOW | benchmarks/src/report.ts | 204 | function generateDetailedAccuracyReport( |
| LOW | benchmarks/src/report.ts | 396 | function generateSummaryComparison( |
| LOW | benchmarks/src/report.ts | 475 | function generateQuestionTypeBreakdown( |
| LOW | benchmarks/src/report.ts | 517 | function generateModelPerformanceTable( |
| LOW | benchmarks/src/report.ts | 554 | function generateHorizontalEfficiencyChart( |
| LOW | benchmarks/src/report.ts | 582 | function generateVerticalEfficiencyChart( |
| LOW | benchmarks/src/datasets.ts | 561 | function generateStructuralValidationFixtures(): StructuralValidationFixture[] { |
| LOW | benchmarks/src/normalize.ts | 254 | function normalizeCsvListUnordered(text: string, options: Required<NormalizationOptions>): NormalizedResult { |
| LOW | benchmarks/src/questions/event-logs.ts | 9 | export function generateEventLogsQuestions(logs: EventLog[], getId: () => string): Question[] { |
| LOW | benchmarks/src/questions/analytics.ts | 9 | export function generateAnalyticsQuestions(metrics: AnalyticsMetric[], getId: () => string): Question[] { |
| LOW | benchmarks/src/questions/structure.ts | 13 | export function generateStructureQuestions( |
| LOW | benchmarks/src/questions/nested-config.ts | 9 | export function generateNestedConfigQuestions(config: NestedConfig | undefined, getId: () => string): Question[] { |
| LOW | benchmarks/src/questions/structural-validation.ts | 15 | export function generateStructuralValidationQuestions( |
| LOW | packages/toon/src/decode/validation.ts | 44 | export function validateNoExtraTabularRows( |
| LOW | packages/toon/src/decode/validation.ts | 64 | export function validateNoBlankLinesInRange( |
| LOW | packages/toon/src/decode/event-builder.ts | 33 | export async function buildValueFromEventsAsync(events: AsyncIterable<JsonStreamEvent>): Promise<JsonValue> { |
| LOW | packages/toon/src/decode/parser.ts | 170 | function findUnquotedMismatchedDelimiter(content: string, activeDelimiter: Delimiter): Delimiter | undefined { |