eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
333 stars 42 forks source link

Add a method for dumping a post as JSON #77

Closed eyeseast closed 3 years ago

eyeseast commented 3 years ago

Sometimes I just want to turn frontmatter + content into a big blob of JSON so I can use it somewhere else (like javascript). Should be easier than managing metadata and content separately.

eyeseast commented 3 years ago

Nevermind, post.to_dict() exists. Apparently I thought of this years ago.