Protocol spec for row separated key value format
1 points
1 hour ago
| 1 comment
| github.com
| HN
jstakelum
1 hour ago
[-]
RSKV is a structured transcript format: easy for LLMs to generate, easy for humans to inspect, and easy for small programs to parse. It represents data as named sets, records, and key: value cells, using visible delimiters instead of braces, indentation, quoting, or nested syntax.
reply