Adrien Roches

Results 26 comments of Adrien Roches

Thank you for this library. I was not talking about streaming per se (Already did something using the StreamResponse + IteratorAgreggate + __invoke) but rather a generic iterable->toJsonString taht we...

Tell me if I'm wrong but this implementation goes against all advantages of using iterator (memory safe). Because in order to check the unicity we build up a big array...

I know this is quite old but the code seems still good. Will it be merged ? Also good idea the head but to match the bash one for example...

Thanks. Will try it.

@gregurco : Here is how I did it: https://gist.github.com/Neirda24/d662dda169518dc75a5beb924c4182c2 tell me what you think

@xabbuh : I'm not sure exactly about what you would like. You want me to create a dedicated annotation for getter / setter ? because in this case the getter...

@xabbuh with the [PropertyAccessor](http://symfony.com/doc/current/components/property_access.html#using-getters) you mean ? It is a very good idea. However it will add a new dependency to the `composer.json`

@xabbuh : I agree. I will do it this way then.

@meeprophone , @NMattin , @rh389 , @StuBez : Hi. What is missing for it to be merged ? Thank you.