Git Product home page Git Product logo

jsonme--'s Introduction

This library is a wrapper for the json-glib library that aims to provide the user with a trivial alternative API to the API provided by the base json-glib library.

This is the first version of the json-me (JSON made easy) project.

It has the following issues that I might fix in a later release. Given that I don't have much time to
work on project like this and given that my priorities lie with different projects, you may consider
it as a wishlist that if you like this library would make me very happy if you could contribute it:

After the 1.0 we may look at the following:

* See if we can get stuff compiling with the -Wold-style-cast flag set.
* I didn't find a list of the Gtype's that json-glib can produce, there are probably some pieces of 
  dead code in gobj/GobjectImplScalar.cpp and there might be one missing.
* I didn't create non of the operator<< stuff for making usage ostream usage easy. Tried to for half 
  an hour and kept getting useless messages from my compiler. Should make the library even more 
  friendly if we could fix this.
* Currently only parsing is supported. We should expand the API to support 'creating' json strings and files.

Seeing the above list, if you feel like fixing any of these issues, please feel free to do so and send  me your patches if you do.

To build jsonme, take the following steps:

 cd build

 cmake ..

 make

 make test

The last step should depend on the platform you are on. If you don't hapen to be on a amd64 ubuntu linux platform, the following step 
should be appropriate:

 sudo make install

For amd64 ubuntu linux you may alternatively run: 

  cd ..
  ./makedepstuff.sh
  dpkg -i jsonme++_0.9.0-1_amd64.deb

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.