c-okelly / org_to_anki

Python3 module to convert Txt, Org or LibreOffice files into Anki decks
MIT License
64 stars 10 forks source link

Correct format of json string that is used to send data to anki connect #16

Closed c-okelly closed 5 years ago

c-okelly commented 6 years ago

single quote should not be used. Double quotes that are within the card should be correctly escaped. Json library should probably be used instead

c-okelly commented 5 years ago

This is a console output issue and does not actually reflect how the data is being sent