Double colon :: syntax: a parser?

I would like to parse Logseq .md files to extract property names and their values.

Do someone know any other file format that uses the name:: value syntax to store data?

Do someone know a parser that can convert that syntax to something more common like CSV, INI, YAML, JSON, TOML etc?

Would certainly make it easy. I’ve been doing this with Regex.

Care to share what you have reached so far? :slight_smile: