Scroll to navigation

J2X(1) NCBI Entrez Direct User's Manual J2X(1)

NAME

j2x - transform JSON data to XML

SYNOPSIS

j2x [-input filename] [-output filename] [-set tag] [-rec tag] [-nest flat|recurse|plural|depth] [-timer] [-help]

DESCRIPTION

j2x reads JSON data from standard input or a specified file, transforms it to XML with optional formal changes to set and record tags, and writes the result to standard output or a specified file.

OPTIONS

Data Files

Read JSON from filename instead of standard input.
Write XML to filename instead of standard output.

Parent Object Names

Replace set wrapper tag.
Replace record wrapper tag.

Nested Array Naming

Nested array naming policy.

Performance Measurement

Report processing duration and rate.

Documentation

Print usage information, complete with an example pipeline.

SEE ALSO

efetch(1), enquire(1), nquire(1), t2x(1), transmute(1), xtract(1).

2020-06-28 NCBI