derive encoder/decoder from std json encoder/decoder ?
54 views
Skip to first unread message
christoph...@gmail.com
unread,
Jul 8, 2021, 8:30:27 AM7/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
I need to write a binary encoder/decoder very similar to the std JSON encoder/decoder.
I would like to reuse 80% of the JSON encoder/decoder code and adapt it to support my binary encoding.
Is this allowed and at which condition ?
Would it be possible to publish my code on github with an MIT license instead of the BSD license ? This is just because all my projects are all using the MIT license.
Jan Mercl
unread,
Jul 8, 2021, 8:40:16 AM7/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> I need to write a binary encoder/decoder very similar to the std JSON encoder/decoder.
> I would like to reuse 80% of the JSON encoder/decoder code and adapt it to support my binary encoding.
>
> Is this allowed and at which condition ?
> Would it be possible to publish my code on github with an MIT license instead of the BSD license ? This is just because all my projects are all using the MIT license.