Skip to content

JSON_ASSERT(x)

JSON_ASSERT(x)

Default implementation

assert(x);
Back to top