when I dump() a json object as follows, the dumped string is converted from "utf-8" to "shift-jis". How can I do to keep up its encode "utf-8"? ``` C++ { "data":"[[0,1,2,3,4],[0,1,2,3,4]]", "status":1 } ```
when I dump() a json object as follows, the dumped string is converted from "utf-8" to "shift-jis".
How can I do to keep up its encode "utf-8"?
{ "data":"[[0,1,2,3,4],[0,1,2,3,4]]", "status":1 }