garyb / purescript-codec-argonaut

Bi-directional JSON codecs for argonaut
MIT License
38 stars 16 forks source link

Update Usage example to be less confusing to newer PureScript developers #34

Closed mbbx6spp closed 3 years ago

mbbx6spp commented 3 years ago

Last week there was confusion with a TypeScript developer I am on-boarding to PureScript because they didn't know how to serialize and deserialize from the Json parse tree.

Sources of confusion:

Feel free to reject if you don't think this is the level of the target audience using codec-argonaut.

Thanks for the library, it has an elegant design. It is just needing some explaining to the developers new to PureScript that I am on-boarding now. I can always just keep this in our own knowledge base too. Thanks.

garyb commented 3 years ago

This looks great to me, thanks!