index
:
queryt.git
master
a youtube querying tool
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
json.h
blob: 389680510cbda54dd3f6b7a144c9bad4d5dd239a (
plain
)
1
2
3
4
#pragma once #include <json-c/json.h> json_object* jsonParseString(char* stringedJSON);