jsonfn

WebJar for jsonfn

Лицензия

Лицензия

MIT
Категории

Категории

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

Группа

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

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

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

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

0.31.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsonfn
WebJar for jsonfn
Ссылка на сайт

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

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

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

https://github.com/vkiryukhin/jsonfn-node

Скачать jsonfn

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

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

Зависимости

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

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

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

JSONfn - Nodejs plugin

nodejs plugin to convert object with functions to string and string to object.

Version - 0.30.0

Copyright (c) 2012 Vadim Kiryukhin ( vkiryukhin @ gmail.com )

Home page: http://www.eslinstructor.net/jsonfn/

License: Dual licensed under the MIT and GPL licenses:

http://www.opensource.org/licenses/mit-license.php

http://www.gnu.org/licenses/gpl.html

##Description

  • JSONfn.stringify(objfn) - convert object to string;

  • JSONfn.parse(strfn) - convert string to object;

PARAMETERS:

@objfn - javascript object with (or without) functions;

@strfn - string, which was produced by JSONfn.stringify() function;

USAGE:

var strfn = require('jsonfn').JSONfn.stringify(obj);

var objfn = require('jsonfn').JSONfn.parse(strfn);

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

Версия
0.31.0