79144034

Date: 2024-10-31 09:03:49
Score: 1.5
Natty:
Report link

You can also make a bash script, for example:

#!/usr/bin/env bash

cat path/to/localfile.xml | xml2json | jq .

and then import the output json to your node project.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bitcreep