Skip to content

Commit

Permalink
docs: mention latest rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 5, 2021
1 parent 3dfbf1a commit 3703801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jx [![Go Reference](https://img.shields.io/badge/go-pkg-00ADD8)](https://pkg.go.dev/github.com/ogen-go/jx#section-documentation) [![codecov](https://img.shields.io/codecov/c/github/ogen-go/jx?label=cover)](https://codecov.io/gh/ogen-go/jx)

Package jx implements encoding and decoding of json.
Package jx implements encoding and decoding of json [[RFC 7159]](https://www.rfc-editor.org/rfc/rfc7159.html).
Lightweight fork of [jsoniter](https://github.com/json-iterator/go).

```console
Expand Down
2 changes: 1 addition & 1 deletion jx.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package jx implements encoding and decoding of json as per RFC 4627.
// Package jx implements RFC 7159 json encoding and decoding.
package jx

import (
Expand Down

0 comments on commit 3703801

Please sign in to comment.