/Applications/of_v0.11.0_osx_release/addons/ofxLibwebsockets/example_client_sharedcanvas/src/ofApp.cpp:95:33: No member named 'isNull' in 'nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long long, unsigned long long, double, std::allocator, adl_serializer>'; did you mean 'is_null'?
I am on macOS 10.14.6 with OF 0.11 trying to run the
example_client_sharedcanvasbecause I wanted to learn how to parse the args in 'onMessage()but get json related compile errors here:ofxLibwebsockets/example_client_sharedcanvas/src/ofApp.cpp
Line 90 in 3d4843a