Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class caravel.loaders._json.JSON[source]

Define the JSON loader.

load(path)[source]

A method that loads a JSON file.

Parameters:

path : str

the path to the JSON file.

Returns:

data : object

the loaded data.

save(data, path)[source]

A method that saves data into a JSON file.

Parameters:

data : object

the data to be saved.

path : str

the path to the JSON file to save data into.

Follow us

© 2025, Antoine Grigis