ObjectJson.addMember

Adds a new member for the given name and value into an object.

This function will return if the object already contains a member with the same name.

More...
class ObjectJson
void
addMember

Parameters

memberName string

the name of the member

node json.node.Node

the value of the member

Detailed Description

Deprecated: Use json.object.ObjectJson.setMember instead