| 386 | } |
| 387 | |
| 388 | Node *Value::GetCopy() const |
| 389 | { |
| 390 | return new Value(*this); |
| 391 | } |
| 392 | |
| 393 | // This is not the most beautiful place for these, but it'll do |
| 394 | static const char charsUnescaped[] = { '\\' , '/' , '\"' , '\n' , '\t' , '\b' , '\f' , '\r' }; |