2022-05-21 09:58:26 -07:00
2020-04-09 14:53:18 -07:00
2022-05-21 09:58:26 -07:00
2021-04-04 09:08:51 -07:00
2020-03-22 11:12:32 -07:00
2021-04-04 09:30:16 -07:00
2018-11-24 09:01:13 -08:00
2020-03-09 15:08:10 -07:00
2020-04-09 13:25:49 -07:00

README

About

rjp (rexy's json parser) is a very simplistic json parser written in C. There is absolutely no reason for this to exist but I felt like making it :P

Also includes rjp++, a C++ wrapper around the core rjp library. Building of this library can be disabled with cmake and is currently impossible to build since I haven't released librexy to my public gitlab yet. Remind me to update this readme when I do release that library.

Building

Building will produce a shared library by default but can be configured to build a static library.

Run the following commands
mkdir build
cd build
ccmake ..
#or jest 'cmake ..' and specify options on the command line
make

Installing

Run the following commands from the bulid directory after building
sudo make install

Uninstalling

Run the following commands from the build directory
sudo make uninstall
Description
No description provided
Readme 394 KiB
Languages
C 60.5%
C++ 36.3%
CMake 3.2%