https://github.com/qpliu/rgo
rgo is a JSON library for Go based on Android's JSON utils.
https://github.com/qpliu/rgo
go json
Last synced: 5 months ago
JSON representation
rgo is a JSON library for Go based on Android's JSON utils.
- Host: GitHub
- URL: https://github.com/qpliu/rgo
- Owner: qpliu
- License: lgpl-3.0
- Created: 2014-12-04T18:54:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T01:04:20.000Z (over 9 years ago)
- Last Synced: 2024-06-21T11:26:15.292Z (about 2 years ago)
- Topics: go, json
- Language: Go
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
rgo is a JSON library for Go based on Android's
android.util.JsonReader and android.util.JsonWriter.
[](https://godoc.org/github.com/qpliu/rgo)
[](https://travis-ci.org/qpliu/rgo)
# BUGS
Encodings other than UTF-8 will cause the reader to fail.