diff options
| author | Stefan Boberg <[email protected]> | 2024-03-26 13:31:10 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-03-26 13:31:10 +0100 |
| commit | 59e51bf811a5907983b84f3e2ed14e47a7210e75 (patch) | |
| tree | a8418dec9b8184ad76d6922da23cebe9db290897 /xmake.lua | |
| parent | add filter to projectstore entries request (#25) (diff) | |
| download | zen-59e51bf811a5907983b84f3e2ed14e47a7210e75.tar.xz zen-59e51bf811a5907983b84f3e2ed14e47a7210e75.zip | |
add yaml serialization support (#3)
this change adds serialization of payloads as YAML, but not parsing. The implementation is somewhat based on the JSON path, and may be collapsed eventually as it is possible to serialize JSON format using the same code
it also separates out the JSON serialization into a separate file for ease of maintenance
any HTTP request response may be formatted as yaml by using a `.yaml` suffix or an `Accept: text/yaml` header
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ add_requires( "vcpkg::json11", "vcpkg::lua", "vcpkg::lz4", + "vcpkg::ryml", + "vcpkg::c4core", "vcpkg::robin-map", "vcpkg::sol2", "vcpkg::spdlog", |