https://github.com/factomproject/gocoding
https://github.com/factomproject/gocoding
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/factomproject/gocoding
- Owner: FactomProject
- License: mit
- Created: 2014-09-10T22:16:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T06:34:32.000Z (about 10 years ago)
- Last Synced: 2025-03-22T06:26:19.333Z (about 1 year ago)
- Language: Go
- Size: 54.7 KB
- Stars: 4
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocoding
v1.2.1
Gocoding is designed to provide a framework for creating flexible marshallers
and unmarshallers. It is designed for flexibility and modularity, not
scalability. It has not (yet) been optimized for speed and it can only handle
string lengths up to 1022 characters (not including quotes).
## Change log
### v1.2.1
Fixed bugs
Fixed some decoding bugs
### v1.2
HTML
Added an HTML renderer such that Golang variables can be marshalled into HTML.
The project has no interest in supporting a conversion from HTML into Golang.
### v1.1
Hotfix
Fixed bugs
### v1.0
Initial version
Marshaller & unmarshaller framework for encoder caching
Text encoders & decoders
JSON renderer & scanner
Complete Golang <=> JSON conversion.