mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-17 13:41:01 +00:00
1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
[{"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304955741.3691261, "message": "I wrote this function in the global block :\nmyreplace=function(str){\n str=str.replace(re/\\\\/gi,\"\\\\\");\n str\n };", "group_id": 236, "id": 973318}, {"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304955749.7333069, "message": "but i can't save the ruleset", "group_id": 236, "id": 973323}, {"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304955810.2649679, "message": "i get an error message \"ERROR: line 30:0 mismatched character '' expecting '\"' \"", "group_id": 236, "id": 973338}, {"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304955650.510561, "message": "Good morning everybody. let's start the week with some backslashes.", "group_id": 236, "id": 973295}, {"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304955852.022646, "message": "if I try :\nmyreplace=function(str){\nstr=str.replace(re/\\\\/gi,\"\\\\ \"); //<= added a space\nstr\n};", "group_id": 236, "id": 973349}, {"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304955925.950284, "message": "it saves, so my guess is that the parser doesn't inhibits the second backslash so the second backslash inhibits the double-quote and we get some parsing error", "group_id": 236, "id": 973372}, {"user_id": 30494, "stars": [], "topic_id": 34379, "date_created": 1304959622.571789, "message": "I do want to replace single backslashes with double backslashes but I stumbled on what seems a bug so I give a more simple example ( replace single backslash with single backslash which I admit is not very useful :) )", "group_id": 236, "id": 974058}, {"user_id": 30462, "stars": [], "topic_id": 34379, "date_created": 1304959226.6245511, "message": "Looks like you're replacing single backslashes with double backslashes?", "group_id": 236, "id": 973993}, {"user_id": 30462, "stars": [{"date_created": 1304960002.982903, "user_id": 30494}], "topic_id": 34379, "date_created": 1304959745.39557, "message": "I wonder what \"\\\\trouble\" would give you?", "group_id": 236, "id": 974087}] |