Skip to main content

All Questions

Tagged with
0 votes
3 answers
1k views

Retrieve Json Data as a IEnumerable

Goal: Send a json data with many data from frontend to backend. Problem: When I send the data to the backend i do not retrieve it as a IEnumerable What part of the code am I missing? Info: *Using ...
HelloWorld1's user avatar
  • 13.9k
1 vote
2 answers
791 views

jQuery ajax call can't read json encoded data from CakePHP 3.8 (gets an empty array)

I have a weird problem with reading json encoded data returned by my CakePHP3 API in response to an ajax call from jQuery. I have already read over 20 posts on stackoverflow and elsewhere and the ...
djevulen's user avatar
  • 112