abstract-http-request icon indicating copy to clipboard operation
abstract-http-request copied to clipboard

JSON.stringify(str).length gives invalid byte count

Open coolaj86 opened this issue 13 years ago • 0 comments

the solution is to do new Buffer(JSON.stringify(str)).length

coolaj86 avatar Mar 09 '12 05:03 coolaj86