get_json: Print JSON File
Description
Reads and prints a specified JSON file from the provided root directory in a
human-readable format.
Usage
get_json(path, file_path)
Value
A character string representing the formatted JSON content of the
specified file.
Arguments
- path
[mandatory] (character) The path to the root directory of the
generated database.
- file_path
[mandatory] (character) The relative path to the JSON file
from the root directory.