1. Home
  2. Browse
  3. glaze

glaze

v8.2.0#1Go to latest

One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.

Install

Run the following Vcpkg command to install the port.

vcpkg install glaze

Usage

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)

Features

Dependencies

See source

Version

v8.2.0#1

Publication

Supports

!uwp

GitHub

stephenberry/glaze3K

Homepage

github.com/stephenberry/glaze

Subtree

32017522e1

License

MIT

Definition

Manifest