Fighting with json - a war story
!Cover image for Fighting with json - a war storyhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-...
!Cover image for Fighting with json - a war storyhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-...
In JavaScript, JSON.stringify is a built‑in method that converts a JavaScript value into a JSON string representation. JSON JavaScript Object Notation is a comm...
Five years ago, I started working on json‑tool out of necessity. I needed a JSON‑formatting tool I could trust with sensitive data—one that wouldn't send my inf...
If you are new to Django REST Framework DRF, one concept that often confuses beginners is Serializers. In this article, I’ll break it down in simple terms, sho...
Converting BSON to JSON with Java In this post you’ll learn two ways to read BSON documents and convert them to JSON: 1. Using the MongoDB Java driver to query...
Polymorphic JSON Deserialization in .NET JSON handling is often the bread‑and‑butter of an application, as data transits in and out of our project. Unfortunate...
Article URL: https://github.com/majcheradam/ocrbase Comments URL: https://news.ycombinator.com/item?id=46691454 Points: 10 Comments: 2...
How My Bookstore Project Taught Me That APIs Don’t Always Tell the Same Story I’ve been building an online bookstore called Hearthside Reads – nothing fancy, j...
The Tools Backend Engineers Actually Need After auditing my scripts/ folder, I found the same operations repeating: - Find duplicates by key – e.g., “Are there...
Setup Directory bash mkdir -p tutorial cd tutorial Generate Sample Logs bash Generate logs inside the tutorial folder echo '2026-01-18 05:42:09 | INFO | system...
Overview This tutorial walks through the process of converting raw application logs into structured JSON data. The workflow is useful for generating test data...
Part 3 – JSON to Excel Excel Add‑in Welcome to part 3 of our JSON to Excel series! So far we’ve covered the introduction and the Web App. In this post we explo...