A colleague of mine approached me with the question about choosing a correct approach for API interface for data filtering. Whether it should be GraphQL, OData, REST, or just using
Tag: rest
Issues with serializing JSON response from RESTIssues with serializing JSON response from REST
You might get the following message when trying to serialize a JSON response from a REST service with DataContractJsonSerializer : End element 'XXX' from namespace 'XXX' is expected. Found element 'XXX'