Use _nocheck functions internally for speed
authorPetri Lehtinen <petri@digip.org>
Sun, 10 Jan 2010 12:39:04 +0000 (14:39 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 10 Jan 2010 12:39:11 +0000 (14:39 +0200)
commit508873de9bad7019872857c7aa031570f6c1f205
tree7cf46b5330e8bdd6635b7203cf967cd6c06736b4
parent9db34dc31a69312ec1f486e6273d1bf5c80f978d
Use _nocheck functions internally for speed

There are some places where we copy a string from an existing JSON
value. In these cases the string has already been checked for valid
UTF-8.
src/value.c