JSON and Nullable elements: Difference between revisions

m
(Created page with "=== The nullable JSON issue === Using DataFlex it is very convenient to fill up your JSON data from a struct when using the [https://docs.dataaccess.com/dataflexhelp/mergedPro...")
 
Line 29: Line 29:
       "longitude": 0.0,
       "longitude": 0.0,
       "latitude": 0.0
       "latitude": 0.0
    },
    "shipFrom": {
      ... more details ...
     }
     }
   }}
   }}