Json NullValueHandling -
i new json , trying find out when should specify nullvaluehandling attribute vs required attribute. especially, benefit of using required.default or required.allownull on nullvaluehandling attributes or vice-versa? more inclined use required attributes, allownull lets me have null values , default lets me specify optional values.
Comments
Post a Comment