this post was submitted on 11 Dec 2023
35 points (97.3% liked)
Programming
17350 readers
272 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think it's just normal Lua code.
Here's a quick json converter (based on https://stackoverflow.com/a/55575074), assuming you have lua installed:
It just defines the
item
function to print json, and executes the data file.arg[1]
, the first command line argument, is the path to the data file:and pipe the output to
something.json
or whatever else you want to do.