yegor256 / elegantobjects.github.io

Fan club for Elegant Objects programmers
https://www.elegantobjects.org
122 stars 66 forks source link

Add cjson #125

Closed kerelape closed 1 year ago

kerelape commented 1 year ago

cjson is an object-oriented JSON library for Go. It only violates some EO principles like type-casting and static methods when it's required for compatibility with the standard encoding/json package.