A few months back I had to match a JSON created through an XML process. Not too difficult, except I had to build that same process in Python, so I had to be sure everything lined up perfectly (for accurate request/response,etc etc)
Here’s what I found. DeepDiff is amazing on a small level.
But when you start using it to validate insanely nested dictionaries that you’re creating, you realize, yes… all the information is there, but god is it awful to look at, and god do I have to scan line by line, why IS THIS SO BAD?
So, naturally I built an app with an insanely better visual UI.
I don’t know, I can’t tell you the pain I went through relying only on mile long DeepDiff outputs. It’s such a niche thing to complain about, and what I’m building no one will ever use, but I will use it every day for the rest of my life because of the help I went through 2 months ago😂😂😂
Comments
Here’s what I found. DeepDiff is amazing on a small level.
So, naturally I built an app with an insanely better visual UI.