tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

serialization: Adds compose_checked function to serialization builder DSL #117

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

This combines the check_references function with formats::compose, which is a fairly common operation.

Issue #114