Export score to JSON file
Greetings!
First time I am posting here. I did a quick search to see if someone already asked this, but looks like no one did. So I would like to know if it's viable to add a possibility to export the score to a JSON file. The reason for having this option is to make it easier to read the score in a project (software) that you are making. Reading a JSON file is fast and does not require large processing compared to XML (I may be wrong).
Thank you for your attention.
Comments
As far as I know there is no standard for a JSON format for music notation, while MusicXML is an established format supported by hundreds of applications including MuseScore. So, I don't think it's a good idea to define yet another output that nobody would use.
Try
https://github.com/saebekassebil/musicjson
It worked for me