Γιώργος.Ν

Results 4 comments of Γιώργος.Ν

@stleary I can propose a solution for this: I can make the `org.json.JSONArray` to implement the `java.util.List` interface and not the `Iterable` directly. This way, it will have the `stream()`...

@stleary So if we can't use (for now at least) the Java 8 features we can't make the `JSONArray` return a `Stream`. The problem from the issue description is that...

@stleary I open the PR as a draft for discussion to so my suggestion as code. I didn't give time to the tests because of this. If we proceed with...

Thank you [@stleary](https://github.com/stleary). Yes, it will be good to have draft PRs. Yes, you are right, as I see from the broken tests that there is some possibility of breaking...