Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
the simdjson parser is a read-only structure. In other words, it can't be changed, and the only way to create one is by parsing a JSON string. On the other hand, Boost.JSON allows you to modify the container holding the parsed JSON, or even build a JSON document from scratch through the container interface.是一个只读结构。换句话说,它不能被修改,创建它的唯一方法是解析一个 JSON 字符串。另一方面, Boost.JSON 允许你修改容纳已解析 JSON 的容器,甚至可以通过容器接口从头构建 JSON 文档。