Haha Indeed, I based it on your code for the twitch commercial socket from another thread
I tried without $read in the $json but then I get a
/echo: insufficient parameters
when I try to echo it to test
This is what I am trying to run when I get the insufficient parameters error
//echo -a $json(%testfile, subscriptions, user, display_name, 1)
And according to
https://github.com/justintv/Twitch-API/blob/master/v2_resources/subscriptions.md#example-response the example response should fit this /echo
And thank you very much for that code