Giter Club home page Giter Club logo

picogron's Introduction

Picogron

small code, small memory footprint, small runtime.

Port of gron

The main reason for picogron's existence is to have preserved order for json keys, where gron's keys are either sorted or random.

testdata is copied from gron at 13561bd

Features

  • gron and ungron
  • preserved order for json keys
  • json stream (line-delimited) input
  • minimal parsing. A tree of json values is not produced, instead tokens are handled as they are parsed.
  • streaming parsing. Instead of reading an entire input at once, the parser pulls data incrementally.
  • low memory overhead. A result of minimal and streaming parsing, as well as careful usage of allocators only where needed.

Usage

Transform JSON (from a file or stdin) into discrete assignments to make it greppable

Usage:
  picogron [OPTIONS] [FILE]

positional arguments:
  FILE           file name (stdin if no filename provided)

options:
  -h, --help     show this help message and exit
  -s, --stream   enable stream mode for json input (line delimited)
  -u, --ungron   ungron: convert gron output back to JSON

Features not planned

  • sort
  • color
  • read directly from url
  • values only
  • json stream output format
  • preserving array indices by inserting null during ungron

Development

You'll need zig nightly 2024-04-07 or later to compile picogron. You can download, or use the nix flake in this repo with nix develop (or direnv allow if you use nix-direnv).

picogron's People

Contributors

hwchen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.