An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

rgo is a JSON library for Go based on Android's
android.util.JsonReader and android.util.JsonWriter.

[![GoDoc](https://godoc.org/github.com/qpliu/rgo?status.svg)](https://godoc.org/github.com/qpliu/rgo)
[![Build Status](https://travis-ci.org/qpliu/rgo.svg?branch=master)](https://travis-ci.org/qpliu/rgo)

# BUGS
Encodings other than UTF-8 will cause the reader to fail.