|
|
|
|
|
by loxias
1455 days ago
|
|
> It looks like a json file with links to more gziped json files Yup! Should be pretty easy to whip up a parser, it's just JSON and HTTP, you could do it in shell if you cared to. The challenge is what are you parsing it _to_. That is to say, what's your data model. I'd choose that first, then worry about parsing. |
|