Auto status change to "Under Review"
| @@ -16,8 +16,8 namespace Implab.Formats.JSON { | |||||
| 16 | static readonly int[] _hexMap; |
|
16 | static readonly int[] _hexMap; | |
| 17 |
|
17 | |||
| 18 | static StringTranslator() { |
|
18 | static StringTranslator() { | |
| 19 | var chars = new char[] { 'b', 'f', 't', 'r', 'n', '\\', '/' }; |
|
19 | var chars = new char[] { 'b', 'f', 't', 'r', 'n', '\\', '/', '"' }; | |
| 20 | var vals = new char[] { '\b', '\f', '\t', '\r', '\n', '\\', '/' }; |
|
20 | var vals = new char[] { '\b', '\f', '\t', '\r', '\n', '\\', '/', '"' }; | |
| 21 |
|
21 | |||
| 22 | _escMap = new char[chars.Max() + 1]; |
|
22 | _escMap = new char[chars.Max() + 1]; | |
| 23 |
|
23 | |||
General Comments 3
ok, latest stable version should be in default
You need to be logged in to leave comments.
Login now
