You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slimti...@googlegroups.com
Hi there,
I've begun to play and write a bare PHP library to fit SlimTimer for a bit of an excercise to keep my brain busy. First of all thanks for SlimTimer, love what it does. Wondered if you knew that the JSON that your throwing back is not formatted as I expected (and is therefore not allowing PHP to parse it.
if I put this into http://jsonlint.com it also tells me it's not formatted correctly, key's should be quoted so your json should look like this [{"coworkers": [], "name": "TPG Update script check", "created_at": {}, "completed_on": {}, "owners": [{"name": "DELETED", "user_id": 96822, "email": "m...@deleted.com"}], "updated_at": {}, "role": "owner", "tags": "", "id": 1879734, "reporters": [], "hours": 0.16}]
If you could fix this that would be great, would save me having to drill through the XML