Code Monkey home page Code Monkey logo

univalue's Introduction

UniValue

Summary

A universal value class, with JSON encoding and decoding.

UniValue is an abstract data type that may be a null, boolean, string, number, array container, or a key/value dictionary container, nested to an arbitrary depth.

This class is aligned with the JSON standard, RFC 7159.

Motivation

UniValue is a reaction to json_spirit, seeking to minimize template and memory use, providing a straightforward RAII class compatible with link-time optimization and embedded uses.

Status

YOU ARE CURRENTLY VIEWING THE DEVELOPMENT BRANCH.

The current production version is available from the stable-1.0.x branch.

The current development series is 1.1.x, and is pushed to the master branch.

The next stable version will be 1.2.0, to be released immediately following the conclusion of the 1.1.x series, similar to this variant of semver.

Installation

This project is a standard GNU autotools project. Build and install instructions are available in the INSTALL file provided with GNU autotools.

$ ./autogen.sh
$ ./configure
$ make

univalue's People

Contributors

btcdrak avatar fwolfst avatar isle2983 avatar jasonbcox avatar jgarzik avatar jmcorgan avatar jnewbery avatar jonasschnelli avatar karelbilek avatar kozyilmaz avatar laanwj avatar paveljanik avatar practicalswift avatar promag avatar ryanofsky avatar theuni 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.