Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ysmood/gson

A tiny JSON lib to read and alter a JSON value.
https://github.com/ysmood/gson

Last synced: about 2 months ago
JSON representation

A tiny JSON lib to read and alter a JSON value.

Awesome Lists containing this project

README

        

# Overview

[![Go Reference](https://pkg.go.dev/badge/github.com/ysmood/gson.svg)](https://pkg.go.dev/github.com/ysmood/gson)

The tests is the doc.

A tiny JSON lib to read and alter a JSON value. The data structure is lazy, it's parse-on-read so that you can replace the parser with a faster one if performance is critical, use method `JSON.Raw` to do it.