Contents

jsonlines 4.0.0

0

Library with helpers for the jsonlines file format

Library with helpers for the jsonlines file format

Stars: 255, Watchers: 255, Forks: 30, Open Issues: 4

The wbolster/jsonlines repo was created 9 years ago and the last code push was 6 months ago.
The project is popular with 255 github stars!

How to Install jsonlines

You can install jsonlines using pip

pip install jsonlines

or add it to a project with poetry

poetry add jsonlines

Package Details

Author
wouter bolsterlee
License
BSD
Homepage
https://github.com/wbolster/jsonlines
PyPi:
https://pypi.org/project/jsonlines/
GitHub Repo:
https://github.com/wbolster/jsonlines

Classifiers

  • Internet/Log Analysis
  • Software Development/Libraries/Python Modules
  • System/Logging
  • Utilities
No  jsonlines  pypi packages just yet.

Errors

A list of common jsonlines errors.

Code Examples

Here are some jsonlines code examples and snippets.

GitHub Issues

The jsonlines package has 4 open issues on GitHub

  • JSONLines form list of jsonable python objects?

See more issues on GitHub

Related Packages & Articles

JsonForm 0.0.2

Form validation for JSON-like data (i.e. document) in Python.

jsonfield 3.1.0

A reusable Django field that allows you to store validated JSON in your model.

jsoncomment 0.4.2

A wrapper to JSON parsers allowing comments, multiline strings and trailing commas

jsonargparse 4.27.7

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.

json5 0.9.24

A Python implementation of the JSON5 data format.