ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.07k stars 267 forks source link

yyjson library can not get value that I try to parse. #172

Closed Juminiy closed 3 months ago

Juminiy commented 3 months ago

Describe the bug

  1. I parse from the GITHUB REST API : https://api.github.com/users, https://api.github.com/users/ibireme
  2. I use Sample Code Read JSON String, but I cannot get some key like, 'login", "node_id" in above api json.

Your environment

Additional context

  1. The project is fast enough already, but have you test the library correctness adn stablity???
Juminiy commented 3 months ago
  1. ok, it's my msys2 or ubuntu amd64 library env problem cased, not yours, sorry!!!