Metadata-Version: 2.1
Name: json-loader-with-include
Version: 0.3.1
Summary: A simple package that allows you to include (fragments of) external JSON files within a JSON file.
Home-page: https://github.com/PypayaTech/json-loader-with-include
Author: PypayaTech
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# json-loader-with-include
A simple package that allows you to include (fragments of) external JSON files within a JSON file.

## Installation

```
pip install git+https://github.com/PypayaTech/json-loader-with-include.git
```
