This is a sample app that reads JSON from the input and writes it to the output. Furthermore, it adds a statistics section to the output.
echo '{"hello": "world!"}' | python main.py
nextmv app create -a echo -n "JSON echo" -d "This is a sample app that reads JSON from the input and writes it to the output."
nextmv app push -a echo