Hacker News new | ask | show | jobs
by nope96 1451 days ago
Blue Cross https://www.bcbsil.com/member/policy-forms/machine-readable-...

So are there programs I can use to parse this? It looks like a json file with links to more gziped json files...

2 comments

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

...it is unfortunately.

If you know a language you could run through it. Otherwise ypu might be able to find something like a json to csv converter online