GithubHelp home page GithubHelp logo

jo

jo logo

This is jo, a small utility to create JSON objects

$ jo -p name=jo n=17 parser=false
{
    "name": "jo",
    "n": 17,
    "parser": false
}

or arrays

$ seq 1 10 | jo -a
[1,2,3,4,5,6,7,8,9,10]

It has a manual, and you can read why I wrote jo.

Build from Release tarball

To build from a release you will need a C compiler to install from a source tarball which you download from the Releases page.

tar xvzf jo-1.3.tar.gz
cd jo-1.3
autoreconf -i
./configure
make check
make install

Build from Github

Build Status

To install from the repository, you will need a C compiler as well as a relatively recent version of automake and autoconf.

git clone git://github.com/jpmens/jo.git
cd jo
autoreconf -i
./configure
make check
make install

Install

Homebrew

brew install jo

Ubuntu

apt-get install jo

Gentoo

emerge jo

Snap

Thanks to Roger Light, jo is available as a snap package. Use snap install jo from a Linux distro that supports snaps.

Windows

scoop install jo

Others

See also

Credits

Schmidt's Projects

filander icon filander

Helps dealing with files and directories

follow icon follow

Very stable, very reliable, NodeJS CouchDB _changes follower

git-relax icon git-relax

Proof of Concept for a sync solution based on Git and Apache CouchDB

googlefontcssmerge icon googlefontcssmerge

Download google font css with different user agents and combine src attributes.

gpsami icon gpsami

gpsami, a GUI app to read data from GPS devices.

griffchen icon griffchen

Griffchen is a small website to explore the notes on the fretboard of a three-string guitar.

grunt-couch icon grunt-couch

Build and publish Couchapps and CouchDB design documents with grunt. Simple.

grunt-tx icon grunt-tx

Grunt tasks to download translations and upload resources to Transifex

gtk icon gtk

GTK+ 3.x bindings and wrappers for Rust

gtk-js-app icon gtk-js-app

A template for a standard Gtk/GNOME JS application

hello-gjs-npm icon hello-gjs-npm

Example application demonstrating the use of Babel and Rollup to create an NPM installable and -runnable Gjs executable from ES2015 project source

hexbin icon hexbin

community curated list of hexagon logos

hyperglue icon hyperglue

update html elements by mapping query selectors to attributes, text, and hypertext

hyperspace icon hyperspace

render streams of html on the client and the server

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.