< Back to IRCAM Forum

JSON decoder for OpenMusic?

Hi -

Does anyone know if there is a JSON decoder library for OpenMusic, please?

I see there used to be something called Yason in an older version of OpenMusic, but don’t see any documents to suggest there’s an OM library today(?) in OM7.0.

Or maybe I have to be more clever and use a lower level Common Lisp library called as code from within OpenMusic???

Thanks!

Graham

Looks like Yason is still there in OM7.0.

I’m fumbling around as a novice, but I see you can add a function into the patch by typing “yason:parse” and add some key inputs. So maybe this will allow me to parse a JSON document.

Dear Graham,

Yes if you add some coding.
BEst
K

Thanks Karim.