I have a problem, what I'm trying to do is just parse some values from JSON using batch...
I'm obtaining a JSON file by calling:
curl -G http://xxxxxx.xx/xx/xx
That calling returns a string which is 25 000 characters long, the valuse are "key":"value" separated by ,. I was trying to separate it by using for with delimeters but it doesn't work because that string is too long for storage in memory...
I really don't know how can I do that and if it's possible... Anybody any ideas?
Thanks
EDIT: json file looks like: json pastebin but it`s without whitespaces....
jsonfile, you can upload a part to eg. pastebin.