JSON
Actions for handling JSON files
Last updated
Actions for handling JSON files
Last updated
Read JSON. Subclass of . Type of [Dict[str, Any], Dict[str, Any]]
input_data (Any): Expected keys:
"path_to_file" (str): Path to JSON file;
Dict[str, Any]: Expected keys:
"json" (Any): JSON data;
input_data (Any): Expected keys:
"path_to_file" (str): Path to JSON file;
"json" (Any): JSON data;
Write JSON. Subclass of . Type of [Dict[str, Any], None]