Hi Boost, it looks great indeed. A few questions: - can you provide a point-by-point comparison with this other great library: https://github.com/nlohmann/json? - would it be able to interact with property_tree too? Thanks David On Mon, Sep 23, 2019 at 4:06 AM Vinnie Falco via Boost < boost@lists.boost.org> wrote:
I've been working on a massively-multiplayer online blackjack casino server, called Beast Lounge [1]. The server and client communicate using JSON-RPC over WebSocket. I have developed a brand-new JSON library for this project, in accordance with the following design goals:
* Robust support for custom allocators throughout. * Array and object interfaces closely track their corresponding C++20 container equivalents. * Use `std::basic_string` for strings. * Minimize use of templates for reduced compilation times. * Parsers and serializers work incrementally (['online algorithms]). * Elements in objects may also be iterated in insertion order.
You can see the JSON library in development here:
https://github.com/vinniefalco/json
Is there any interest in proposing this for Boost?
I'm happy to hear feedback or answer questions about this library. Feel free to open an issue on the repository, or reply here.
Thanks
[1] https://github.com/vinniefalco/BeastLounge
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost