You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nifty project! I was hoping to use pieces of it to make our JSON-generation easier, but alas there's a lot of overhead with the server stuff that we're not interested in. Thoughts on breaking out serialization and the JSON API types into their own subpackages? 😄
Thanks for writing this!
The text was updated successfully, but these errors were encountered:
Makes sense. Right now you can already use the marshal and unmarshal functions without the REST stuff (and I guess the compiler should strip the rest out), but splitting it upon a nicer solution :)
Hi!
Nifty project! I was hoping to use pieces of it to make our JSON-generation easier, but alas there's a lot of overhead with the server stuff that we're not interested in. Thoughts on breaking out serialization and the JSON API types into their own subpackages? 😄
Thanks for writing this!
The text was updated successfully, but these errors were encountered: