Please please please :-) do some work to improve processing speed in FME of JSON.
Using the JSON fragmentor I'm processing a JSON document with 20k simple records. FME processes each record in ~2-3 seconds. Unusably slow.
Using Python I can process to document is ~5 seconds.
A sample document is available here and I'm interested in the attributes of the feature array.

