Replies to message #10,310

canalCrab

Programming thread

I thought REST was intended to be used without json for the most part? To me it seems more that whatever people call rest is just RPC's
SchizoDaemon

Programming thread

Go & C# both use reflection when it unmarshals/deserialises JSON. So that typically has a performance cost. I had to deal with a GraphQL API, and...
Back
Top Bottom