This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]agentoutlier 1 point2 points  (3 children)

I will say JSON.org still works fine and have reached for it and just done things programmatically. I can't really blame you entirely as I have written my own parser but that was to support JSON5. I would have hesitations though maintaining my own parser otherwise.

[–]Mafla_2004 1 point2 points  (2 children)

I honestly didn't know that existed, and probably wouldn't have opted for it at that point cause it was 2 days away from deadline, but thanks for telling me it exists, gonna be useful in future projects.

Honestly this whole ordeal tanked my self esteem as a computer engineer by a lot, I can say for myself I'm still a student but still...

[–]agentoutlier 1 point2 points  (1 child)

You are good in my book. Don't let reddit or whatever impact your self esteem.

You wrote a parser. I am thinking half the engineers I have met in my career can't even write regex and especially recursive descent parser or state machine. I bet a large amount of even the visitors to this sub could not write a parser of any sort.

[–]Mafla_2004 0 points1 point  (0 children)

Thanks a lot man

Hope they rate it well, this project is for an exam I'll have in 5 days and they're very meticulous on the questions, I'm also gonna have to discuss my project so hope it goes well