fountain2json
fountain2json OPTIONS
fountain2json is a command line program that reads an fountain document and returns a JSON representation of it.
Render screenplay.fountain as screenplay.json.
fountain2json -i screenplay.fountain -o screenplay.json
Or alternatively
cat screenplay.fountain | fountain2json > screenplay.json