JsonToObjectParser.ParseJsonToObjectOverrides

Parses Yaml values to an existing object instance by mapping Yaml values, to object properties.

In case of error check the Errors collection.

public bool ParseJsonToObjectOverrides(string json,
	object instance)

Return Value

true if there are custom overrides, false if stock object is returned

Parameters

json
Yaml text to parse

instance


See also:

Class JsonToObjectParser

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic