Handling null and empty arrays and objects used in JSON data.md 454 B


title: Handling null and empty arrays and objects used in JSON data date: 2020-10-29 13:02:10 categories: [programming] tags: [json]

authors: sedlav

JSON data has the concept of null and empty arrays and objects. This section explains how each of these concepts is mapped to the data object concepts of null and unset.

Link