addproperty JSON shell command
Summary
Adds a new property
Description
You can use this command to add a property to the end of the parent property. Note that the parent property must exist.
Command usage
addproperty <parentProperty> <propertyName> <propertyValue>
Examples
addproperty India Cities Delhi
: Adds the new property of Cities that has the value of Delhi to the parent property India.
Last updated