JsonObjectAdd(String, JsonValue) Method
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public void Add(
	string name,
	JsonValue value
)
Public Sub Add ( 
	name As String,
	value As JsonValue
)
public:
virtual void Add(
	String^ name, 
	JsonValue value
) sealed
abstract Add : 
        name : string * 
        value : JsonValue -> unit 
override Add : 
        name : string * 
        value : JsonValue -> unit 
- name  String
- The name of the property to add to the JsonObject.
- value  JsonValue
- The value of the property to add to the JsonObject.
IDictionaryTKey, TValueAdd(TKey, TValue)