Rare find

Datalist. A simple text format for storing lists and key-value data.

github.com/cloudwu/datalist

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2025
  • support integer number key
September 2024
  • fix test
April 2024
  • Do not allow to use = instead of :
  • add tab ident
November 2023
  • use toclose object
  • Add close function
  • bugfix
  • Use uppercase
  • convert invalid utf-8 string
  • better suppot \0
October 2023
  • bugfix: \0 will returns true for strchr
June 2023
  • backslash for newline
  • Add converter
February 2019
  • integer tag
January 2019
  • return ref cache
  • call converter only on []
  • Merge branch 'master' of github.com:cloudwu/datalist
  • bugfix switch fall through
  • Update README.md
  • readme