jsonfn

WebJar for jsonfn

License

License

MIT
Categories

Categories

JSON Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jsonfn
Last Version

Last Version

0.31.0
Release Date

Release Date

Type

Type

jar
Description

Description

jsonfn
WebJar for jsonfn
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download jsonfn

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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);

Versions

Version
0.31.0