mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-31 18:47:47 +00:00
Removed DefaultHandler typedef. JSON::Parser is now default constructed with built-in parsing handler (i.e. without requirement that user explicitly provides handler). Handler is now a SharedPtr so old code with handler on the stack would cause undefined behavior, hence best to break it now in development release ... apologies to anyone affected.