sshivaji / pgnextractor

GNU General Public License v3.0
1 stars 1 forks source link

pgnextractor creates invalid json #2

Closed gbtami closed 7 years ago

gbtami commented 7 years ago

The output should be a Python list of dicts like [{first game headers}, {second game headers}, ... ,{last game headers}] It now produces Python dicts per game without wrapping them into a list.

sshivaji commented 7 years ago

It is a JSON per line, if we did a gigantic JSON, it would be slow to load, is a JSON per line too much of a limitation?

gbtami commented 7 years ago

I'm fine with one JSON per line just was expecting .json will be one big JSON by readme .