HomeDevCentral

Utility to generate a JSON object from a tabulated file
228dfd4986f3Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Utility to generate a JSON object from a tabulated file

Summary:
This allows to copy/paste from Excel, LibreCalc, FramaCalc, etc.
into a temporary file, then convert this key\tvalue file into a
proper JSON object representation.

Sample input:

fr\tprénom
en\tgiven name

Sample output:

{
    "fr": "prénom",
    "en": "given name"
}

Test Plan: Use jsonlint to validate JSON is well formed.

Reviewers: Ash-Crow

Differential Revision: http://devcentral.nasqueron.org/D433

Details

Provenance
derecksonAuthored on Jun 28 2016, 14:51
Differential Revision
D433: Utility to generate a JSON object from a tabulated file
Parents
rDWD7eac78bfaf81: Create README.md
Branches
Unknown
Tags
Unknown