CustomJsonSource Constructors
Associates a JsonDataSource object with data retrieved from a JSON object.| Name | Parameters | Description |
|---|---|---|
| CustomJsonSource() | none | Initializes a new instance of the CustomJsonSource class with default parameters. |
| CustomJsonSource(String) | json | Initializes the CustomJsonSource class’s instance and sets its Json property to the passed value. |
See Also