2 pointsby dankrusi3 hours ago1 comment
  • dankrusi3 hours ago
    MOL (markdown object language) is an alternative to JSON, which is both more LLM and human friendly. It's basically a formal spec for parsing markdown-based config files, data files, etc. You can check it out at github under mol-specs. Supports JS/TS/.net/Rust currently. Easy to implement in other languages.