GithubHelp home page GithubHelp logo

nikhilgoel1997 / json-glib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frida/json-glib

0.0 0.0 0.0 1.39 MB

Frida depends on json-glib

License: GNU Lesser General Public License v2.1

C 98.05% Python 0.20% Meson 1.75%

json-glib's Introduction

JSON-GLib

Build Status

JSON-GLib implements a full suite of JSON-related tools using GLib and GObject.

Use JSON-GLib it is possible to parse and generate valid JSON data structures using a DOM-like API. JSON-GLib also integrates with GObject to provide the ability to serialize and deserialize GObject instances to and from JSON data types.

JSON is the JavaScript Object Notation; it can be used to represent objects and object hierarchies while retaining human-readability.

GLib is a C library providing common and efficient data types for the C developers.

GObject is a library providing a run-time Object Oriented type system for C developers. GLib and GObject are extensively used by the GTK toolkit and by the GNOME project.

For more information, see:

Requirements

In order to build JSON-GLib you will need:

  • python3
  • ninja
  • meson
  • pkg-config
  • GLib, GIO ≥ 2.54
  • GObject-Introspection ≥ 1.54 (optional)

Build and installation

To build JSON-GLib just run:

  $ meson _build .
  $ meson -C _build
  $ meson test -C _build
  $ meson install -C _build

See the Meson documentation for more information.

Release notes

  • Prior to JSON-GLib 0.10, a JsonSerializable implementation could automatically fall back to the default serialization code by simply returning NULL from an overridden JsonSerializable::serialize-property virtual function. Since JSON-GLib 0.10 this is not possible any more. A JsonSerializable is always expected to serialize and deserialize all properties. JSON-GLib provides public API for the default implementation in case the serialization code wants to fall back to that.

Copyright and licensing

JSON-GLib has been written by Emmanuele Bassi

JSON-GLib is released under the terms of the GNU Lesser General Public License, either version 2.1 or (at your option) any later version.

See the file COPYING for details.

Copyright 2007, 2008 OpenedHand Ltd Copyright 2009, 2010, 2011, 2012 Intel Corp. Copyright 2013 Emmanuele Bassi

json-glib's People

Contributors

askhl avatar atriwidada avatar aurisc4 avatar bisnard avatar cedric31 avatar cgwalters avatar dmustieles avatar dooteo avatar ebassi avatar fanc999-1 avatar frandieguez avatar gregier avatar gtristan avatar haaninjo avatar hadess avatar ibragimov avatar marv-cz avatar milocasagrande avatar mirosnik1 avatar oleavr avatar pesder avatar piotrdrag avatar pwithnall avatar robert-ancell avatar sicklylife-jp avatar stefwalter avatar tallua avatar tmtfx avatar xclaesse avatar ymyasoedov 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.