in psaw/writers.py [0:0]
def write(self, obj): obj = slice_dict(obj, self.fields) json.dump(obj, self.fp, indent=self.indent) self.items += 1