#/usr/bin/env python3 import json from frog import Frog, FrogOptions frog = Frog(FrogOptions(parser=False)) print(json.dumps( frog.process("Dit is een test.")))