https://github.com/qoretechnologies/module-json
Qore JSON module
https://github.com/qoretechnologies/module-json
Last synced: 5 months ago
JSON representation
Qore JSON module
- Host: GitHub
- URL: https://github.com/qoretechnologies/module-json
- Owner: qoretechnologies
- License: lgpl-2.1
- Created: 2015-07-21T09:27:51.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-29T22:22:31.000Z (5 months ago)
- Last Synced: 2026-01-02T03:08:53.985Z (5 months ago)
- Language: QuakeC
- Homepage:
- Size: 531 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING.LGPL
- Authors: AUTHORS
Awesome Lists containing this project
README
Qore json module
INTRODUCTION
------------
The Qore json module provides JSON functionality to Qore. This was previously
part of the main qore library but moved to this module in qore v0.8.1
see docs for more information
LICENSE
-------
This module is released under a choice of two licenses: LGPL 2.1 and MIT, see
COPYING.LGPL and COPYING.MIT for more information
BUILDING
--------
Requires qore 0.8.1+ and openssl headers and libraries to build and run
to configure the build, execute
configure --disable-debug
if the qore library cannot be found, then you can use:
configure --disable-debug --with-qore=
if openssl cannot be found, then you can use:
configure --disable-debug --with-openssl-dir=
The qore binary also needs to be in the path so configure can determine the module directory
Then execute
make && make install
(or 'make && sudo make install' as needed)
please direct any questions to:
david@qore.org
or you can post in the qore forums at
http://qore.org/forums