golang-github-muhammadmuzzammil1998-jsonc 0.0~git20201229.615b091-2 source package in Ubuntu

Changelog

golang-github-muhammadmuzzammil1998-jsonc (0.0~git20201229.615b091-2) unstable; urgency=medium

  * Source-only upload for migration to testing

 -- Anthony Fok <email address hidden>  Thu, 16 Dec 2021 00:21:34 -0700

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-muhammadmuzzammil1998-jsonc_0.0~git20201229.615b091-2.dsc 2.5 KiB 02072f3a5bc701f291de4940a0cb1d937991c8c685c831d20d513d3c69befa54
golang-github-muhammadmuzzammil1998-jsonc_0.0~git20201229.615b091.orig.tar.xz 1013.2 KiB 0bcb3be9d9f08840b93afc909193effef083d4ea518e4233ec69f8d0687fbbd2
golang-github-muhammadmuzzammil1998-jsonc_0.0~git20201229.615b091-2.debian.tar.xz 2.5 KiB 51ec8572d9bcbce979ff31cc45142eb1538b793a7296c1854bead60b396aa232

No changes file available.

Binary packages built by this source

golang-github-muhammadmuzzammil1998-jsonc-dev: JSON with comments for Go!

 JSONC is a superset of JSON which supports comments. JSON formatted
 files are readable to humans but the lack of comments decreases
 readability. With JSONC, you can use block (/* */) and single line (//)
 comments to describe the functionality. Microsoft VS Code also uses
 this format in their configuration files like settings.json,
 keybindings.json, launch.json, etc.
 .
 What this package offers
 .
 "JSONC for Go" offers ability to convert and unmarshal JSONC to pure
 JSON. It also provides functionality to read JSONC file from disk and
 return JSONC and corresponding JSON encoding to operate on. However, it
 only provides a one-way conversion. That is, you can not generate JSONC
 from JSON. Read documentation (DOCUMENTATION.md) for detailed examples.