Source: golang-github-google-jsonapi Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Sascha Steinbiss Build-Depends: debhelper (>= 11), dh-golang, golang-any Standards-Version: 4.1.4 Homepage: https://github.com/google/jsonapi Testsuite: autopkgtest-pkg-go Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-jsonapi Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-jsonapi.git XS-Go-Import-Path: github.com/google/jsonapi Package: golang-github-google-jsonapi-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: jsonapi.org style payload serializer and deserializer Serializer/deserializer for JSON payloads that comply to the JSON API spec in Go. Struct tags are used to annotate the struct fields in an application and then this library reads and writes JSON API output based on the tagged fields.