Recipes¶
This section contains practical examples and step-by-step guides for using the Local Data Platform.
Reading a Local JSON File¶
This recipe demonstrates how to use a JsonSource to read a local JSON file into a data structure.
Prerequisites¶
- A local JSON file named
data.jsonin your project directory.