Method Add Add(string, JSONNode) Adds the specified a key. Declaration public override void Add(string aKey, JSONNode aItem) Parameters Type Name Description string aKey a key. JSONNode aItem a item. Overrides JSONNode.Add(string, JSONNode)