generated from devnw/oss-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg.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.
//
// [![Build & Test Action Status](https://github.com/devnw/ajson/actions/workflows/build.yml/badge.svg)](https://github.com/devnw/ajson/actions)
// [![Go Report Card](https://goreportcard.com/badge/go.devnw.com/ajson)](https://goreportcard.com/report/go.devnw.com/ajson)
// [![codecov](https://codecov.io/gh/devnw/ajson/branch/main/graph/badge.svg)](https://codecov.io/gh/devnw/ajson)
// [![Go Reference](https://pkg.go.dev/badge/go.devnw.com/ajson.svg)](https://pkg.go.dev/go.devnw.com/ajson)
// [![License: Apache 2.0](https://img.shields.io/badge/license-Apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
// [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
//
// ## Installation
//
// ```bash
//
// go get -u go.devnw.com/ajson
//
// ```
package ajson