Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.github/ | H | 24-Nov-2020 | - | 118 | 84 | |
.gitignore | H A D | 24-Nov-2020 | 12 | 2 | 1 | |
.golangci.yml | H A D | 24-Nov-2020 | 640 | 42 | 41 | |
.travis.yml | H A D | 24-Nov-2020 | 1.2 KiB | 25 | 24 | |
CODE_OF_CONDUCT.md | H A D | 24-Nov-2020 | 3.2 KiB | 75 | 56 | |
LICENSE | H A D | 24-Nov-2020 | 11.1 KiB | 203 | 169 | |
README.md | H A D | 24-Nov-2020 | 940 | 16 | 10 | |
go.mod | H A D | 24-Nov-2020 | 363 | 13 | 10 | |
go.sum | H A D | 24-Nov-2020 | 3.5 KiB | 39 | 38 | |
reference.go | H A D | 24-Nov-2020 | 3.9 KiB | 157 | 92 | |
reference_test.go | H A D | 24-Nov-2020 | 10.5 KiB | 424 | 295 |
README.md
1# gojsonreference [![Build Status](https://travis-ci.org/go-openapi/jsonreference.svg?branch=master)](https://travis-ci.org/go-openapi/jsonreference) [![codecov](https://codecov.io/gh/go-openapi/jsonreference/branch/master/graph/badge.svg)](https://codecov.io/gh/go-openapi/jsonreference) [![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io) 2 3[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE) [![GoDoc](https://godoc.org/github.com/go-openapi/jsonreference?status.svg)](http://godoc.org/github.com/go-openapi/jsonreference) 4An implementation of JSON Reference - Go language 5 6## Status 7Feature complete. Stable API 8 9## Dependencies 10https://github.com/go-openapi/jsonpointer 11 12## References 13http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07 14 15http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03 16