JSONDataMap Append Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Appends contents of another JSONDataMap for keys that do not exist in this one or null. Only appends references, does not provide deep reference copy

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public JSONDataMap Append(
	JSONDataMap other,
	bool deep = false
)

Return Value

Type: JSONDataMap
See Also