19
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Dec 2023
19 points (95.2% liked)
Linux
5187 readers
82 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
It looks similar in structure to JSON:
So, it might be some JSON meta language. I just find it weird that it seems to contain all data, so you wouldn't use this for validating or templating JSON.
But ultimately, it also means with a handful of regex replacements, you could turn this particular file into JSON. Might make building your own parser almost trivial...
Yeah, its real close to JSON but not.
I'm going to have to go a step deeper and find out what's going on in the code because this section is repeated many many times. It's not just this one that I need to parse.
.. It might even be easier to write my own parser like you said, because I need to take actions based on the date fields.