json
Load, format & write json files.
title | description |
---|---|
fetchjson | Load json file into pypyr context. |
fileformatjson | Find & replace substitution {tokens} in a json file. |
filewritejson | Write payload to file in json format. |
json | Put json input string from cli arg into context. |
jsonfile | Put json file into context from a cli arg path input. |
jsonify | Serialize context object to json string |
jsonparse | Parse json string into pypyr context. |
s3fetchjson | Fetch a json file from s3 into the pypyr context. |