Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
wiki2:cpp:libraries:openframeworks [2015/10/17 16:15] alfred [ofxNetwork] |
wiki2:cpp:libraries:openframeworks [2020/05/09 09:25] (actual) |
||
|---|---|---|---|
| Línea 61: | Línea 61: | ||
| * https://github.com/jefftimesten/ofxJSON | * https://github.com/jefftimesten/ofxJSON | ||
| <code cpp> | <code cpp> | ||
| + | #include "ofxJSON.h" | ||
| + | ... | ||
| ofxJSONElement result; | ofxJSONElement result; | ||
| std::string url = "http://127.0.0.1:5000/sketch/1"; | std::string url = "http://127.0.0.1:5000/sketch/1"; | ||