Comparing version 1.0.12 to 1.0.13
{ | ||
"optOut": false, | ||
"lastUpdateCheck": 1666107934926 | ||
"lastUpdateCheck": 1666359250724 | ||
} |
{ | ||
"name": "manyfest", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "JSON Object Manifest for Data Description and Parsing", | ||
@@ -5,0 +5,0 @@ "main": "source/Manyfest.js", |
@@ -64,2 +64,7 @@ /** | ||
if ((tmpObjectType == 'object') && (pObject == null)) | ||
{ | ||
tmpObjectType = 'null'; | ||
} | ||
switch(tmpObjectType) | ||
@@ -79,2 +84,3 @@ { | ||
case 'undefined': | ||
case 'null': | ||
tmpSchemaObjectEntry.DataType = 'Any'; | ||
@@ -81,0 +87,0 @@ tmpSchemaObjectEntry.Default = pObject; |
@@ -212,3 +212,4 @@ /** | ||
"a": "CarrotCost", | ||
"b": "AppleCost" | ||
"b": "AppleCost", | ||
"c": null | ||
} | ||
@@ -215,0 +216,0 @@ }); |
254337
4305