Actions
Bug #5468
closedAPI JSON not correctly escaped?
Bug #5468:
API JSON not correctly escaped?
Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Start date:
2018-12-29
Due date:
% Done:
0%
Estimated time:
Found in version:
current git
Affected Versions:
Description
The JSON which the API returns is as far as I can tell not correctly escaped concerning quotes in string fields and so not parseable.
http://server:9981/api/dvr/entry/grid_upcoming
[{"uuid":"4","disp_title":"Pink Floyd "P.U.L.S.E""}...]
Note the additional quotes in the title.
Actions