Browsing Tag
json
9 posts
JSON Prettier – An Offline JSON Formatter Built with Rust and Tauri
Working with APIs often means dealing with compressed or minified JSON. While there are plenty of online formatters…
Code Smell 300 – Package Hallucination
A chain is only as strong as its weakest link, and hallucinating dependencies will damage your software supply…
^ (Caret) and ~ (Tilde) in package.json
You must have seen at least once package.json file throughout your developer journey. package.json is a file that…
How to Send JSON Data in Postman
Postman is a powerful API development and testing tool widely used by developers, testers, and API engineers in…
Manipulating JSON files with Crystal
If you ever thought about what it would be like to work with reading JSON files using Crystal,…
5 useful JSON tools to improve your productivity
Written by Hassan Djirdeh✏️ JavaScript Object Notation (JSON) is a lightweight data-interchange format that is widely used in…
My favorite JSON Interview Questions for Java Developers
Hello guys, if you are doing for a web developer interview or a Java web developer interview where…
Price Monitoring
If you’re in any way involved in the ecommerce industry, you’ll know the pain – with retailers implementing…
How to Parse JSON in the Background in Flutter?
If the developers use dart apps, they might know about parsing JSON. Of course, it works on the…