Delphi XE5 RestClient and PHP generated JSON with boolean data types
问题 I'm doing my first Android app with delphi XE5. I need to access data in a PostgreSQL database running on the intranet. Given that access to the database directly from mobile devices is not recommended, I have installed Apache Web server and PHP application to provide data. Everything works fine, but I have a problem with Boolean fields: This is a sample table: create table resources( resource_id integer not null primary key, resource_name varchar(50), is_working boolean not null default