JordanMartinez / purescript-cookbook

An unofficial Cookbook for PureScript
MIT License
198 stars 30 forks source link

Show how to build value-based JSON codecs for multiple records that share common fields #278

Open JordanMartinez opened 3 years ago

JordanMartinez commented 3 years ago

Recipe Name

ValueBasedJsonCodecSharedRecordFieldLog

Recipe Description

Just demonstrate what I have done here (as a solution to garyb/purescript-codec-argonaut#41) so it's easier to find later.