Max Grigorian
Max Grigorian
@ogrosko the structure you provided is not supported - you have to put commas between your objects like this: ``` { "objects": [ { "uid": 1, "name": "Name 1" },...
@ogrosko at the moment iterating over objects is supported only for root-level objects
@peterpp Sorry for such a long silence, I will try to implement this soon.
@peterpp Currently all that parser can do - just pass `lineNumber` and `charNumber`. We can't even calculate progress percentage. Any thoughts on how line numbers and/or char numbers can be...
@wysow What do you think?
@akd3vs I also use reflection for this at the moment.
@umpirsky What do you think?
@umpirsky @docteurklein There definitely was a use case. Sorry, but I forgot exact details. I will try to dig it and come back. Thanks for your feedback!
It is the same case as described here: https://github.com/doctrine/dbal/issues/5338 Seems like it should be fixed in 3.3.x and 4.x, but I'm using version 3.7.2 and have exactly the same problem....