Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitly/go-simplejson
a Go package to interact with arbitrary JSON
https://github.com/bitly/go-simplejson
Last synced: 1 day ago
JSON representation
a Go package to interact with arbitrary JSON
- Host: GitHub
- URL: https://github.com/bitly/go-simplejson
- Owner: bitly
- License: mit
- Created: 2012-04-03T23:08:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T09:37:30.000Z (9 months ago)
- Last Synced: 2025-01-04T11:08:29.804Z (4 days ago)
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 3,755
- Watchers: 204
- Forks: 497
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### go-simplejson
a Go package to interact with arbitrary JSON
[![Build Status](https://github.com/bitly/go-simplejson/actions/workflows/ci.yaml/badge.svg)](https://github.com/bitly/go-simplejson/actions)
[![GoDoc](https://pkg.go.dev/badge/github.com/bitly/go-simplejson)](https://pkg.go.dev/github.com/bitly/go-simplejson)
[![GitHub release](https://img.shields.io/github/release/bitly/go-simplejson.svg)](https://github.com/bitly/go-simplejson/releases/latest)### Importing
import github.com/bitly/go-simplejson
### Documentation
Visit the docs on [Go package discovery & docs](https://pkg.go.dev/github.com/bitly/go-simplejson)