You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before asking questions on anything, you should at the very least read the readme https://github.com/valyala/fastjson#usage
instead of Parse.. you can use ParseBytes.. which there are also plenty of posts about in examples etc
before asking questions on anything, you should at the very least read the readme https://github.com/valyala/fastjson#usage instead of Parse.. you can use ParseBytes.. which there are also plenty of posts about in examples etc
Hmmm oke, but I think it doesn't support parsing to a struct?
Hello, I want to decode JSON response from
fasthttp.Response
Body()
[]byte
, but I don't know how to do it.I currently using
encoding/json
decoder.The text was updated successfully, but these errors were encountered: