thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

Consider Data Types when fetching Sharepoint Lists #154

Open matrad opened 5 years ago

matrad commented 5 years ago

It'd be great if it's possible If we can correctly format the values in the Array if we fetch a list.

Example: a Boolean is returned as '0' or '1' string in the array, the correct way would be a boolean with true/false