PMJSON icon indicating copy to clipboard operation
PMJSON copied to clipboard

Convenience methods for processing an entire object

Open lilyball opened this issue 6 years ago • 0 comments

We have methods for mapping over arrays in a manner that produces good error messages, but we don't have any way to process all key/value pairs of an object in a way that produces good error messages. We should support both a forEach, a way to map the pairs into an array, and a way to map them into a Dictionary.

lilyball avatar Nov 02 '18 23:11 lilyball