Breaking change - Rename `type` to `jsonType`
Pre-release
Pre-release
JSONTyped had a static var type: String that unnecessarily collided with Swift.type(of:). I renamed it to static var jsonType: String so to avoid the collision and save the minor headache. This is a breaking change.