-
Bug
-
Resolution: Done
-
Major
-
2.2.0.CR2
-
None
The unwrap method resolves the value of the map entries but does not check if they are defined before calling asString(). So an undefined value will store as string "undefined" instead of null.
The class doesn't any way to configure or check whether null is ok; perhaps I'll improve that as well. <--- was incorrect