Copy XState code in here...
createMachine({ initial: 'wow' })
...and see the parse result here
[ { "initial": "wow" } ]