lichen-community-systems / Flocking

Flocking - Creative audio synthesis for the Web
GNU General Public License v2.0
695 stars 60 forks source link

Add support for JSON5 to the live playground #182

Open colinbdclark opened 8 years ago

colinbdclark commented 8 years ago

Flocking 0.2.0 will introduce a first, preliminary version of the live playground, in which users can edit JSON synthDefs and see their patches in a graphical form. However, although JSON is a great format for structuring interoperable declarative "documents," it's not the best environment for user coding due to its lack of comments.

codemirror-infusion now has support for JSON5, which includes comments and other niceties. We should update the Flocking Live Playground to latest version and port all JSON examples over to JSON5.