Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octopus-prime/json

JSON serialization
https://github.com/octopus-prime/json

c-plus-plus-17 json-serialization

Last synced: 6 days ago
JSON representation

JSON serialization

Awesome Lists containing this project

README

        

# json
JSON serialization

## Tests

@ | Build | Tests coverage | More info
----------------|-------------- | -------------- |-----------
Master branch: | [![Build Status](https://travis-ci.org/octopus-prime/json.svg?branch=master)](https://travis-ci.org/octopus-prime/json?branch=master) | [![Coverage Status](https://coveralls.io/repos/github/octopus-prime/json/badge.svg?branch=master)](https://coveralls.io/github/octopus-prime/json?branch=master)
C++17 branch: | [![Build Status](https://travis-ci.org/octopus-prime/json.svg?branch=c%2B%2B17)](https://travis-ci.org/octopus-prime/json?branch=c%2B%2B17) | [![Coverage Status](https://coveralls.io/repos/github/octopus-prime/json/badge.svg?branch=c%2B%2B17)](https://coveralls.io/github/octopus-prime/json?branch=c%2B%2B17)

## Build

To build the library and run the tests use bjam.

```
bjam release -j16
```