golang-github-jefferai-jsonx 1.0.1-1 source package in Ubuntu

Changelog

golang-github-jefferai-jsonx (1.0.1-1) unstable; urgency=medium

  * Initial release (Closes: #928260)

 -- Dawid Dziurla <email address hidden>  Tue, 30 Apr 2019 20:32:44 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jefferai-jsonx_1.0.1-1.dsc 2.3 KiB 1e90bca18930ba68841ce969c5f73ad089126b18f665b4118f0d6125a829120a
golang-github-jefferai-jsonx_1.0.1.orig.tar.xz 7.5 KiB 2b0380dcaad8e407f7fba7eeac1404494650435746c9d593607cb7c8de39dac4
golang-github-jefferai-jsonx_1.0.1-1.debian.tar.xz 1.7 KiB 3a96d86b3578b56122e1faa71d11e8583b88971f103dd25e882586a04948c950

No changes file available.

Binary packages built by this source

golang-github-jefferai-jsonx-dev: Object or JSON -> JSONx

 A Go library to transform an object or existing JSON bytes into JSONx
 Because sometimes your luck runs out.
 .
 This follows the "standard" except for the handling of special and escaped
 characters. Names and values are properly XML-escaped but there is no
 special handling of values already escaped in JSON if they are valid
 in XML.