Closed muhammadmuzzammil1998 closed 6 years ago
I had to change it from dson.go to dsongo because go get
got confused and thought dson.go
is itself a go file. Redirects should work fine now.
added #18 for this, is that the name you'd like or do you want something different for the Contributor part.
It's great 😄 Thanks!
@AnEmortalKid Please review #19
Reviewed 19! I'll merge it and we can have @vpzomtrrfrt redeploy!
When will @vpzomtrrfrt redeploy?
I think there has been a confusion... The master branch is not up to date with the dsongo-by-muhammad branch thats why it doesn't show on the website. Please merge them.
I'll make an issue for it.
Thanks!
Hi, I wrote a new implementation for DSON standard in Go programming language. It's easy to use and implement in a project.
Kindly review https://github.com/muhammadmuzzammil1998/dsongo and add it to the list of libraries of DSON on the website.
dson.go can:
Examples
Install dson.go first
Common imports
Encoding JSON into DSON
Decoding DSON into JSON
Validating DSON
Marshaling DSON
Unmarshaling DSON
Thanks!