generated from devnw/oss-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkg.go
17 lines (17 loc) · 908 Bytes
/
pkg.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Package ajson provides a way to marshal and unmarshal JSON with unknown fields.
//
// [](https://github.com/devnw/ajson/actions)
// [](https://goreportcard.com/report/go.devnw.com/ajson)
// [](https://codecov.io/gh/devnw/ajson)
// [](https://pkg.go.dev/go.devnw.com/ajson)
// [](https://opensource.org/licenses/Apache-2.0)
// [](http://makeapullrequest.com)
//
// ## Installation
//
// ```bash
//
// go get -u go.devnw.com/ajson
//
// ```
package ajson