Giter Site home page Giter Site logo

json2's Introduction

Name

JSON2 - json2 / native JSON normalizer for Joose

SYNOPSIS

    // bunlde will include the json2.js lib
    <script src = "/jsan/lib/Task/JSON2/Bundle.js"></script>

    
    // `use` will load it on-demand (requires JooseX.Namespace.Depended)
    use('JSON2', function () {
    
        var str = JSON2.stringify([])
        
        var arr = JSON2.parse('[]')
    })

DESCRIPTION

JSON2 is a normalizing wrapper around the json2 library and native JSON implementation in supporting browsers.

USAGE

Since its only a thin wrapper you should only use the features intersection between json2 & native JSON. For example, seems the native implementation of JSON.parse in FF do not accept 2nd argument.

GETTING HELP

This extension is supported via github issues tracker: http://github.com/SamuraiJack/JSON2/issues

For general Joose questions you can also visit #joose on irc.freenode.org or the mailing list at: http://groups.google.com/group/joose-js

SEE ALSO

Using JSON in Firefox

BUGS

All complex software has bugs lurking in it, and this module is no exception.

Please report any bugs through the web interface at http://github.com/SamuraiJack/JSON2/issues

AUTHORS

Nickolay Platonov [email protected]

COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Nickolay Platonov.

This is free software, licensed under:

The GNU Lesser General Public License, Version 3, June 2007

json2's People

Contributors

canonic-epicure avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.