The JSON map app maps data to a JSON object.
The app usage is very simple. Equate your data to be mapped to a key name, like any other data mapping in Switch.
Dot notation is supported for the key names.
Datasets generated by the app can be mutated & updated at later points by the app.
For a JSON dataset to be updated, all that is required is the name of the dataset to mutate, and that the key structure that created the routes to the final key|value pair be identical to what was used when the dataset was created.
A flow has been provided that illustrates the usage of the app.