je 0.0.0

Json Extract: a tool to extract data from json


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

JE

Fast JSON to TSV/CSV Extractor.

Build je

Requirements
  1. dub package manager.
  2. D compiler. Options:
  • LDC (LLVM D Compiler) >= 1.1.0-beta2
  • DMD (DigitalMars D Compiler) >= 2.072.1
Build with the dub package manager

To build project with LDC run following command from je project:

dub build --build=release-sse42 --compiler=ldmd2

or

dub build --build=release-native --compiler=ldmd2

To build project with DMD run

dub build --build=release

For more details run je --help.

Usage

After building, you can try je like this:

./je test.json --columns name:name,asdf:dependencies.asdf --input test.json
Authors:
  • Ilya Yaroshenko
Dependencies:
asdf
Versions:
0.0.1 2017-Sep-21
0.0.0 2016-Oct-31
~master 2019-Sep-24
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 18 downloads total

Score:
1.7
Short URL:
je.dub.pm