Skip to content

v1.4.1

Compare
Choose a tag to compare
@atdrendel atdrendel released this 14 Aug 23:00
· 1 commit to main since this release
5634965

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.