This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(-) |