Github user ferrerod commented on the issue:
https://github.com/apache/any23/pull/60
Thanks Lewis.
1. I do see where extractJSONLDScript receives 'out' as a parameter, and
within the for loop, passes out to another call to extractor.run(....,out), (as
somewhat recursive use, except the extractor in this case is a new instance),
however I am still not seeing 'out' being written to. I suspect it may not be
necessary if the code is working as expected.
I will have a deeper look at test files, etc. I see in
---