Browsing Tag
json
14 posts
I Built a JSON Fixer Because I Was Tired of Counting Characters
JSON.parse() gives you an error at “position 42”. Great. Position 42 of a 500-line config file. Let me…
How to Add a Form Wizard to Your Website (React, Angular, Vue, plain JS)
The quickest way to add a form wizard to a web application is to use a JavaScript form…
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,…