Benoît Blanchon
Benoît Blanchon
Hi @jputcu, > The issue I have with the string view is dat my data is binary, so I can't send it that way. A string view can contain binary...
Hi @lultimouomo, Please apologize for the long delay; I wanted to take the time to give you a complete answer. > I find that I can need more memory for...
Hi @dmadison, There have been several contradicting requests to extend the filtering feature, but they all focused on arrays (#1316, #1478, #1486, #1598). So that's the first time someone asks...
You're right about point 1; I withdraw this objection. I thought about the custom query language like `"truncate(10)"`. This sounds like a good idea, but it would require some thinking...
Hi @avidNewb, I installed Visual Micro on VS2019, and Intellisense seems to be working fine. > I'm seeing an issue that was mentioned on a closed issue before Which issue?...
> I'll comment here in case anyone else has the issue. Excellent idea! Let me know if I can help you.
Hi, @Tintin4000, thank you for narrowing down the issue to version 6.14.0 and ESP32. ArduinoJson 6.14.0 automatically enables support for `std::string` and `std::stream` when it detects the required headers. It...
@smuellener, yes, that's the same setup. Did you try to set [ARDUINOJSON_ENABLE_STD_STREAM](https://arduinojson.org/v6/api/config/enable_std_stream/) to `0`?
@smuellener, I would say it's a problem with Visual Micro that doesn't distribute the complete STL. I'm surprised that setting both [ARDUINOJSON_ENABLE_STD_STREAM](https://arduinojson.org/v6/api/config/enable_std_stream/) and [ARDUINOJSON_ENABLE_STD_STRING](https://arduinojson.org/v6/api/config/enable_std_string/) to `0` doesn't fix the issue....
I think this is a problem with the ESP32 headers. We can easily reproduce the problem without ArduinoJson, simply by including the [standard `` header](https://en.cppreference.com/w/cpp/header/ios): ```c++ #include ``` Also, I...