Commit Graph

2 Commits

Author SHA1 Message Date
Michael Schmidt ae4842db84
Fixed JSON/JSONP examples (#1765)
This corrects my previous mistake where I forgot to adjust the example of JSON after changing the implementation of JSONP.
2019-02-27 14:54:06 +01:00
Michael Schmidt b5041cf9ea Fix JSONP support (#1745)
This PR fixes that JSON did not support [JSONP](https://en.wikipedia.org/wiki/JSONP) callback functions.

I also added a JSON example page.
2019-02-25 23:41:01 -05:00