json-buffer

WebJar for json-buffer

Лицензия

Лицензия

MIT
Категории

Категории

JSON Данные
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

json-buffer
Последняя версия

Последняя версия

3.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

json-buffer
WebJar for json-buffer
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/dominictarr/json-buffer

Скачать json-buffer

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/json-buffer/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>json-buffer</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/json-buffer/
implementation 'org.webjars.npm:json-buffer:3.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/json-buffer/
implementation ("org.webjars.npm:json-buffer:3.0.1")
'org.webjars.npm:json-buffer:jar:3.0.1'
<dependency org="org.webjars.npm" name="json-buffer" rev="3.0.1">
  <artifact name="json-buffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='json-buffer', version='3.0.1')
)
libraryDependencies += "org.webjars.npm" % "json-buffer" % "3.0.1"
[org.webjars.npm/json-buffer "3.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

json-buffer

JSON functions that can convert buffers!

build status

testling badge

JSON mangles buffers by converting to an array... which isn't helpful. json-buffers converts to base64 instead, and deconverts base64 to a buffer.

var JSONB = require('json-buffer')
var Buffer = require('buffer').Buffer

var str = JSONB.stringify(Buffer.from('hello there!'))

console.log(JSONB.parse(str)) //GET a BUFFER back

License

MIT

Версии библиотеки

Версия
3.0.1
3.0.0