open-contracting / ocdskit

A suite of command-line tools for working with OCDS data
https://ocdskit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Change combine.py methods to accept list of objects in stream #99

Closed jpmckinney closed 5 years ago

jpmckinney commented 5 years ago

i.e. don't use json_loads unless the item in the stream is a string.

This will make it easier to use as a library.