Re: [PHP-DEV] Concept for Json_decode

2015-07-11 Thread Larry Garfield
On 07/10/2015 11:57 PM, Kris Craig wrote: On Fri, Jul 10, 2015 at 7:07 PM, Larry Garfield la...@garfieldtech.com wrote: On 07/10/2015 07:37 PM, Kris Craig wrote: On Fri, Jul 10, 2015 at 2:39 PM, Larry Garfield la...@garfieldtech.com wrote: On 7/10/15 3:27 PM, Dean Eigenmann wrote:

Re: [PHP-DEV] Concept for Json_decode

2015-07-10 Thread Kris Craig
On Fri, Jul 10, 2015 at 2:39 PM, Larry Garfield la...@garfieldtech.com wrote: On 7/10/15 3:27 PM, Dean Eigenmann wrote: Hello, I have a proposal for PHP. The proposed interface would allow developers to decode json into a custom object directly. If given the approval I would possibly be

Re: [PHP-DEV] Concept for Json_decode

2015-07-10 Thread Larry Garfield
On 07/10/2015 07:37 PM, Kris Craig wrote: On Fri, Jul 10, 2015 at 2:39 PM, Larry Garfield la...@garfieldtech.com wrote: On 7/10/15 3:27 PM, Dean Eigenmann wrote: Hello, I have a proposal for PHP. The proposed interface would allow developers to decode json into a custom object directly. If

Re: [PHP-DEV] Concept for Json_decode

2015-07-10 Thread Kris Craig
On Fri, Jul 10, 2015 at 7:07 PM, Larry Garfield la...@garfieldtech.com wrote: On 07/10/2015 07:37 PM, Kris Craig wrote: On Fri, Jul 10, 2015 at 2:39 PM, Larry Garfield la...@garfieldtech.com wrote: On 7/10/15 3:27 PM, Dean Eigenmann wrote: Hello, I have a proposal for PHP. The

Re: [PHP-DEV] Concept for Json_decode

2015-07-10 Thread Larry Garfield
On 7/10/15 3:27 PM, Dean Eigenmann wrote: Hello, I have a proposal for PHP. The proposed interface would allow developers to decode json into a custom object directly. If given the approval I would possibly be able to implement it. Here is my github link with further details:

[PHP-DEV] Concept for Json_decode

2015-07-10 Thread Dean Eigenmann
Hello, I have a proposal for PHP. The proposed interface would allow developers to decode json into a custom object directly. If given the approval I would possibly be able to implement it. Here is my github link with further details:  https://github.com/decanus/JSON-Aware/tree/master