Unity Scopes API
|
Class that downloads http JSON files asynchronously. More...
#include <unity/scopes/qt/JsonAsyncReader.h>
Class that downloads http JSON files asynchronously.
Executes a remote HTTP query asynchronously to return different futures about JSON results or a JSON parser. The class implements and defines a function that returns a JSON parser filled with the data downloaded. The class also offers a default function to obtain all objects of a given name in the results. The user may define his own parsing function to parse data at he desires.