8000 [FEATURE] add json library as third-party include by cbielow · Pull Request #3786 · OpenMS/OpenMS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[FEATURE] add json library as third-party include #3786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2018

Conversation

cbielow
Copy link
Contributor
@cbielow cbielow commented Oct 8, 2018

usage:

#include <nlohmann/json.hpp>
using json = nlohmann::json;
json jtest = "test string"
std::cout << jtest;

usage:
using json = nlohmann::json;
json jtest = "test string"
std::cout << jtest;
@hroest
Copy link
Contributor
hroest commented Oct 9, 2018

👍

@timosachsenberg timosachsenberg merged commit 86ec1ed into OpenMS:develop Oct 11, 2018
@cbielow cbielow removed the request for review from mwalzer October 12, 2018 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0