Get Json stream from http

akash's icon

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....

Tommy Martinez's icon

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.

akash's icon

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.

yaniki's icon

Try [maxurl] or [jweb]. Personally I'm preferring [jweb] for handling this kind of stuff.

akash's icon

hi Yaniki,
nice.. maxurl seems to work.
How do i parse it.

yaniki's icon