PMJSON
PMJSON copied to clipboard
Convenience methods for processing an entire object
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
.