Browsing Tag
json
12 posts
Python Write JSON to File
Working with JSON is a daily part of many Python projects. We use JSON for config files, API…
From JSON to BSON: The Data Format MongoDB Actually Uses
If you’ve worked with MongoDB or other document-based databases, you may have come across BSON. It sounds similar…
Set, Get, and Don’t Fret with JSON
The Good Old Days The %Library.DynamicObject class has been in IRIS since before it became IRIS. If you…
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…