Is there any custom encoding to encode Bool as true instead of 0 or 1 ?
URLEncoding has option to change the Bool as literal or numeric. But JSONEncoding.default doesn't have that option.
Is there any one who has created JSONEncoding with respect to this problem ?