I recently stumbled over the statement "results should be delivered as a flattened dictionary" in context to JSON-result of a web-service.
While the connection between JSON and (multi-level) Dictionary is clear to me I am confused as to what the flattened form should be. For a single-level dictionary where the values to all keys are objects I suspect the flattened form is merely a list of the objects. However, what is the answer in the generic dictionary where some values are dictionaries once again? Is it a list of all the bottom-level objects?
Thanks for all the support!