A Python script to convert BibTeX to BibJSON

Posted at 18 Feb 2016
Tags: python, bibtex

I made a small Python script that converts BibTeX to BibJSON. It uses BibtexParser to parse the input BibTeX data and then constructs the JSON format as proposed by the BibJSON draft.

If you spotted a mistake or want to comment on this post, please contact me: post -at- mkonrad -dot- net.
← “Cross join / cartesian product between pandas DataFrames
View all posts
Python implementation of Linde-Buzo-Gray algorithm” →