You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/template-functions-object.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Determines if an array, object, or string is empty.
106
106
107
107
| Parameter | Required | Type | Description |
108
108
|:--- |:--- |:--- |:--- |
109
-
| itemToTest |Yes |array, object, or string |The value to check if it is empty. |
109
+
| itemToTest |Yes |array, object, or string |The value to check if it's empty. |
110
110
111
111
### Return value
112
112
@@ -249,13 +249,21 @@ If you need to include a parameter value or variable in the JSON object, use the
249
249
250
250
### Example
251
251
252
-
The following [example template](https://github.com/Azure/azure-docs-json-samples/blob/master/azure-resource-manager/functions/json.json) shows how to use the json function with arrays and objects:
252
+
The following [example template](https://github.com/Azure/azure-docs-json-samples/blob/master/azure-resource-manager/functions/json.json) shows how to use the json function. Notice that you can either pass in a string that represents the object or use **null** when no value is needed.
0 commit comments