A stateless edge proxy that flattens nested JSON responses into top-level keys. Useful for feeding APIs into consumers that only do single-level key lookups.
application/json.-data-tags-0-name vs data.tags.0.nametags-0-name, tags-1-namearrayJoiner
arrays=join. Default: space. Use %2B or + for space in URLs.name turns [{"name":"a"},{"name":"b"}] into "a b".https://jflat.sprk.foo/?url=https://api.example.com/nested/data
https://jflat.sprk.foo/?url=https://api.example.com/items&arrays=index&splitter=_
https://jflat.sprk.foo/?url=https://api.example.com/items&arrays=join&arrayJoiner=,+&arrayField=name