Skip to main content

Convert raw lines to a JSON object.

Project description

Overview

This is a simple tool to convert whitespace-separated items on separate lines to a JSON object.

Install

Use PyPI:

$ pip install json_lines_to_object

Example

Just pipe the data in:

$ printf "key1 value1\nkey2 value2\nkey3 value3 value33" | jlto
{
    "key1": "value1",
    "key2": "value2",
    "key3": "value3 value33"
}

Features

  • Will ignore newlines.

Options

  • Can be told to skip hash-commented lines.

  • Can be told to automatically add an empty string for a value if there is only one part on the line (causes error by default).

  • Can be told to allow duplicate keys (causes error by default).

  • Can be told to flip the keys and values (the values will be the keys).

See command-line help for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

json_lines_to_object-0.2.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file json_lines_to_object-0.2.2.tar.gz.

File metadata

File hashes

Hashes for json_lines_to_object-0.2.2.tar.gz
Algorithm Hash digest
SHA256 14aabe6698a4623c39d3e5e752c108638bd513d302587934445b1048b2c85b4f
MD5 29df49bad27064fa4f87a9e5d04071a2
BLAKE2b-256 7ac1cd1bce6c00fbb875de72720c8ffc29fb7286fb3201371f08212305fe2411

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page