Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

C library for encoding, decoding and manipulating JSON data

License

NotificationsYou must be signed in to change notification settings

akheron/jansson

Repository files navigation

testsappveyor

Jansson is a C library for encoding, decoding and manipulating JSONdata. Its main features and design principles are:

  • Simple and intuitive API and data model
  • Comprehensive documentation
  • No dependencies on other libraries
  • Full Unicode support (UTF-8)
  • Extensive test suite

Jansson is licensed under theMIT license; see LICENSE in thesource distribution for details.

Compilation and Installation

If you obtained ajansson-X.Y.tar.* tarball from GitHub Releases, just usethe standard autotools commands:

$ ./configure$ make$ make install

To run the test suite, invoke:

$ make check

If the source has been checked out from a Git repository, theconfigurescript has to be generated first. The easiest way is to use autoreconf:

$ autoreconf -i

Documentation

Documentation is available athttp://jansson.readthedocs.io/en/latest/.

The documentation source is in thedoc/ subdirectory. To generateHTML documentation, invoke:

$ make html

Then, point your browser todoc/_build/html/index.html.Sphinx1.0 or newer is required to generate the documentation.

Community


[8]ページ先頭

©2009-2025 Movatter.jp