Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/octopus-prime/json
- Owner: octopus-prime
- License: bsl-1.0
- Created: 2015-02-03T21:37:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T11:51:32.000Z (over 7 years ago)
- Last Synced: 2023-12-14T23:15:45.394Z (11 months ago)
- Topics: c-plus-plus-17, json-serialization
- Language: C++
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```