Skip to main content
  • 10000+ Posts
  • 53,608 Replies
10000+ Posts
Trying to create features from JSON (following JSONFragmenter)

I'm trying to create (FME-)features from a JSON-ouput (source: JSONFragmenter).I am not able to subtract/expose "geometry" and can't figure out why.My JSONFragmenter parameters are:JSON Query: json["features"][*]Attributes to expose: id geometryCan someone help me out ?Example of JSON-output:{    "type": "FeatureCollection",    "totalFeatures": 1681523,    "features": [        {            "type": "Feature",            "id": "GBG.23662",            "geometry": {                "type": "Polygon",                "coordinates": [                    [                        [                            134465.638337,                            192310.473928                        ],                        [                            134465.881025,                            192308.624072                        ],                        [                            134470.076353,                            192309.29684                        ],                        [