diff dowa/dowa.h @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents a2720eac50ce
children
line wrap: on
line diff
--- a/dowa/dowa.h	Wed Aug 05 09:19:41 2026 -0700
+++ b/dowa/dowa.h	Wed Aug 05 09:19:41 2026 -0700
@@ -234,6 +234,10 @@
 DLAPI char            *Dowa_JSON_Get_String(Dowa_JSON_Entry *map, const char *key);
 DLAPI double           Dowa_JSON_Get_Number(Dowa_JSON_Entry *map, const char *key);
 DLAPI boolean          Dowa_JSON_Get_Bool(Dowa_JSON_Entry *map, const char *key);
+DLAPI char            *Dowa_JSON_Escape_String(
+    const char *value,
+    size_t length,
+    Dowa_Arena *p_arena);
 
 // --- Math --- //
 DLAPI uint32      Dowa_Math_Random_Uint32(uint32 seed_number);