Skip to content

AeroTechLab/Data-IO-JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data I/O JSON

JSON-based implementation of Data I/O Interface

Usage

On a terminal, get the GitHub code repository with:

$ git clone https://github.com/LabDin/Data-IO-JSON [<my_project_folder>]

This implementation depends on Data I/O Interface and Simple JSON projects, which are added as git submodules.

To add those repositories to your sources, navigate to the root project folder and clone them with:

$ cd <my_project_folder>
$ git submodule update --init

With dependencies set, you can now build the library to a separate build directory with CMake:

$ mkdir build && cd build
$ cmake .. 
$ make

For building it manually e.g. with GCC in a system without CMake available, the following shell command (from project directory) would be required:

$ gcc data_io_json.c json/json.c -Iinterface -Ijson -shared -fPIC -o libdataiojson.{so,dll}

About

JSON based implementation of Data I/O Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published