v1.4.1
This release allows nested JSON
types to be initialized with JSON
. This wasn't possible before because trying to initialize an array of JSON
types inside of a dictionary would fail because [JSON]
couldn't be coerced into [JSON]
because the json
accessor didn't check if self was already JSON
. Now, it does.