Skip to main content
All docs
V23.2

Use JsonDataSource

The JsonDataSource component allows you to obtain data from a Web service endpoint, text file, or JSON string.

Configure the JsonDataSource object at runtime as follows:

  1. Use the JsonSource property to specify the JSON data location.
  2. Optional. Use the Schema property to specify JSON nodes to retrieve data.
  3. Use the Fill or FillAsync method to retrieve data.

The JsonDataSource object uses the open source Newtonsoft.Json library. Install the Newtonsoft.Json package if your application does not reference this library.