One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.
glaze provides CMake targets:
find_package(glaze CONFIG REQUIRED)
target_link_libraries(main PRIVATE glaze::glaze)
# Glaze's networking features, this requires glaze[networking] to be on
glaze_setup_asio()
target_link_libraries(main PRIVATE glaze::asio)
v8.3.0#0
!uwp
MIT
Manifest