I have a json where part of the json is in geojson.
The "polygons" attribute is just pure geojson multipolygon.
I'd like to able to read all the json structure but leave the polygons structure as a string and convert that to spatial data.
I've tried jsonflattener and exploders + listconcatenator/featurereader with no luck.
I know I can do something with python, but would rather not.
I've attached a sample file if anyone would like to give it a try