Milo Yip

Results 23 issues of Milo Yip

https://github.com/miloyip/nativejson-benchmark/blob/master/sample/conformance_mikeando_FastJson%20(C%2B%2B).md

https://github.com/miloyip/nativejson-benchmark/blob/master/sample/conformance_JSON%20Voorhees%20(C%2B%2B).md

https://github.com/miloyip/nativejson-benchmark/blob/master/sample/conformance_JeayeSON%20(C%2B%2B14).md

I think they are worth to be included.

Open github page to edit the node. This will need to store the mapping from nodes to graph JSON files.

enhancement

Currently some conference and journal uses abbreviations. Suggest to create a JSON to map the abbreviations to their information, including full name and link. So that in the info box...

enhancement

As a game developer for thirty years, I have been learning a wide range of game related technologies. In lack of a proper system for organizing such knowledge, I just...

> 思考如何优化 `test_parse_string()` 的性能,那些优化方法有没有缺点。 由于这条问题是开放式问题,同学可以把自己的答案写在这里,大家互相借镜讨论。

- [x] [Nlohmann's JSON for Modern C++](https://github.com/nlohmann/json) C++11 (gcc/clang only) - [x] [JSON Voorhees](https://github.com/tgockel/json-voorhees) C++11 - [x] [jsoncons](https://github.com/danielaparker/jsoncons) C++11 - [x] [sajson](https://github.com/chadaustin/sajson) C++11, parser only - [x] [ArduinoJson](https://github.com/bblanchon/ArduinoJson) - [x]...

#17 suggested to add some D language json library. I think, for languages other than C/C++, if they can provide a C interface and link with the current project, it...