Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion j2cli/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _parse_json(data_string):
Usage:

$ j2 config.j2 data.json
$ cat data.json | j2 --format=ini config.j2
$ cat data.json | j2 --format=json config.j2
"""
return json.loads(data_string)

Expand Down