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
I was taking a look at your market API, and how useful it could be. I'm using it in Go Land, and the parser of JSON in this language have some problems where the same element have different types.
For example:
weightedAverage is a string, but when it's empty you send a 0 which is a number.
It would be nice is you send the same type all the time.
Hello Fuzzysteve,
I was taking a look at your market API, and how useful it could be. I'm using it in Go Land, and the parser of JSON in this language have some problems where the same element have different types.
For example:
weightedAverage is a string, but when it's empty you send a 0 which is a number.
It would be nice is you send the same type all the time.
FuzzMarket/src/routes.php
Line 241 in 9e7a878
Thanks for your time, and all the tools you are developing.
The text was updated successfully, but these errors were encountered: