Skip to content

v0.1.0

Compare
Choose a tag to compare
@umarbutler umarbutler released this 19 Nov 05:48
· 40 commits to main since this release

Added

  • Added the load() function, which deserializes a UTF-8-encoded jsonl file to a list of Python objects.
  • Added the stream() function, which creates a map object that deserializes a UTF-8-encoded jsonl file to Python objects.
  • Added the save() function, which serializes an iterable of Python objects to a UTF-8-encoded jsonl file.
  • Added the append() function, serializes and appends an iterable of Python objects to a UTF-8-encoded jsonl file.