Skip to content

Instantly share code, notes, and snippets.

From e36f3d404849480c788ac9a3f6d0941b679aed5a Mon Sep 17 00:00:00 2001
From: Juan Picca <[email protected]>
Date: Wed, 18 Mar 2015 14:37:09 -0300
Subject: [PATCH] Fix json escape string
Fixes escape quotes in json strings when the string has spaces.
---
src/json.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)