Skip to content

physycom/json_packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

documentclass title author
physycomen
json_packer
Fabbri, Sinigardi
© Physics of Complex Systems Laboratory - Physics and Astronomy Department - University of Bologna
Build Status
Build Status

Purpose

This tool has been written in order to merge multiple .json files, in particular giving priority to our GNSS data format, keeping an ordered sequence of objects in the file.

Installation

CMake, boost and a C++11 compatible compiler are required. To build the executable, clone the repo and then type

mkdir build ; cd build ; cmake .. ; cmake --build . --target install

With CMake you can also deploy projects for the most common IDEs.
Contains jsoncons and nlohmannjson as git submodules.

Usage

packer_nlohmannjson.exe -o packed_name.json file1.json file2.json ...
packer_jsoncons.exe -o packed_name.json file1.json file2.json ...

In the former case you will use nlohmann's json library to parse input file and prepare output file, while in the latter jsoncons will be used.

More details about file formats is available here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published