Пакет: golang-github-flynn-json5-dev (0.0~git20160717.7620272-2)
Ссылки для golang-github-flynn-json5-dev
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код golang-github-flynn-json5:
- [golang-github-flynn-json5_0.0~git20160717.7620272-2.dsc]
- [golang-github-flynn-json5_0.0~git20160717.7620272.orig.tar.xz]
- [golang-github-flynn-json5_0.0~git20160717.7620272-2.debian.tar.xz]
Сопровождающие:
- Debian Go Packaging Team (Страница КК, Почтовый архив)
- Raju Devidas (Страница КК)
- Utkarsh Gupta (Страница КК)
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
- golang-github-go-viper-mapstructure-dev
- golang-github-cbroglie-mapstructure-dev
- golang-github-minio-colorjson-dev
- golang-github-valyala-fastjson-dev
- libjson-parse-perl
- golang-github-coreos-go-json-dev
- golang-github-tendermint-go-wire-dev
- golang-github-ghodss-yaml-dev
- golang-k8s-sigs-json-dev
- golang-github-invopop-yaml-dev
- golang-github-muhammadmuzzammil1998-jsonc-dev
Go JSON5 decoder package based on encoding/json
This is a Go package that implements decoding of JSON5 values. It provides various functions like Unmarshal, NewDecoder, Buffered, Decode, UseNumber, Error, Float64, Int64, String, UnmarshalJSON. The description of the various functions it supports is as following
Unmarshal - Itparses the JSON-encoded data and stores the result in the value pointed to by v. Decoder - Itreads and decodes JSON values from an input stream. NewDecoder - Itreturns a new decoder that reads from r. Buffered - It returns a reader of the data remaining in the Decoder's buffer. The reader is valid until the next call to Decode. Decode - Itreads the next JSON-encoded value from its input and stores it in the value pointed to by v. UseNumber - Itcauses the Decoder to unmarshal a number into an interface{} as a Number instead of as a float64. Float64 - Itreturns the number as a float64. Int64 - Itreturns the number as an int64. String - Itreturns the literal text of the number. UnmarshalJSON - It sets *m to a copy of data.
Другие пакеты, относящиеся к golang-github-flynn-json5-dev
|
|
|
|
-
- dep: golang-github-kylelemons-godebug-dev
- Debugging helper utilities for Go
-
- dep: golang-github-robertkrimen-otto-dev
- JavaScript parser and interpreter in Go
Загрузка golang-github-flynn-json5-dev
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 38,8 Кб | 266,0 Кб | [список файлов] |