Get Json stream from http
I have implemented a Rest api. How do I get this data.
I tried the previous implementation present on the forums to get stream of Json data but none seems to work now....
I've been messin around with this stuff a lot lately. I'm pretty bad but can usually wrestle it down to something useful. Please provide more information and maybe I can help. Maxurl and Dict is your frren tho.
Hi Thomas, I am able to get the data in terminal by using "curl http://------"
I want to do the same inside max.
I am able to save the json to desktop , i dont want to save them rather i want to read and parse them every 1 sec
Max Patch
Copy patch and select New From Clipboard in Max.
Try [maxurl] or [jweb]. Personally I'm preferring [jweb] for handling this kind of stuff.
hi Yaniki,
nice.. maxurl seems to work.
How do i parse it.