amplab / training

Training materials for Strata, AMP Camp, etc
150 stars 121 forks source link

How to Parse a JSON file which has changing schema through out the file #178

Open siri579 opened 9 years ago

siri579 commented 9 years ago

HI,

Can someone suggest me a JSON parser in Scala that can parse a JSON file where schema is not constant through out the file and a record in Json contains nested key-value pairs.

Thanks