--- layout: site.njk title: zul.JsonString ---
Allows the embedding of already-encoded JSON strings into objects in order to avoid double encoded values.
zul.JsonString wraps a []const u8 and implements jsonStringify to write the value as-is. This prevents double-encoding of already-encoded values.
Use the zul.jsonString(str) helper to create a JsonString.