File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ZON encoding/decoding for Go ⚡
22
3+ [ ![ Build status] ( https://github.com/peterhellberg/zon/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/peterhellberg/zon/actions/workflows/test.yml )
4+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/peterhellberg/zon?style=flat )] ( https://goreportcard.com/report/github.com/peterhellberg/zon )
5+ [ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-blue.svg?style=flat )] ( https://pkg.go.dev/github.com/peterhellberg/zon )
6+ [ ![ License MIT] ( https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/peterhellberg/zon#license-mit )
7+
38` zon ` is a Go library for marshaling and unmarshaling [ ZON] ( https://ziglang.org/ ) data,
49similar in usage to ` encoding/json ` .
510
@@ -226,9 +231,7 @@ $ cat testdata/comments.zon | tee /dev/stderr | zon -j | jq
226231}
227232```
228233
229- ## License
230-
231- MIT License
234+ ## License (MIT)
232235
233236[ embedmd ] :# ( LICENSE text )
234237``` text
You can’t perform that action at this time.
0 commit comments