From f909a5bc6d6516d8b92d6073d16e0f9cc52903b2 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 29 Mar 2012 00:20:12 -0700 Subject: [PATCH] document ignore_bad_escapes --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 5b06ebe..1d501fc 100644 --- a/README.markdown +++ b/README.markdown @@ -131,6 +131,10 @@ json has no official comments but some parsers allow c style comments. this flag json escaping is lossy, it mutates the json string and repeated application can result in unwanted behaviour. if your strings are already escaped (or you'd like to force invalid strings into "json") use this flag to bypass escaping +#### `ignore_bad_escapes` #### + +during decoding, ignore unrecognized escape sequences and leave them as is in the stream + ### incomplete input ###