PSPUSARLA SIVAKALKIingosprint90.hashnode.dev·1d ago · 11 min readDay 21 - JSON Handling in Go: Encoding & DecodingJSON (JavaScript Object Notation) is one of the most widely used data formats today. Whether you're building REST APIs, reading configuration files, communicating between microservices, or integrating00
MRMani Rajuinunixlytools.hashnode.dev·1d ago · 6 min readHow to Debug JSON Responses Like a Senior Developer: A Production-Ready WorkflowOne of the biggest differences between a junior developer and a senior developer isn't how quickly they write code. It's how quickly they find the real problem. I've watched teams spend hours debuggin00
RDRe Dorpinredorp.hashnode.dev·2d ago · 3 min readThat online JSON converter you paste prod data into? It's uploading it.We've all done it. You've got a chunk of JSON — an API response, a config file, a database export — and you need it as YAML or CSV right now. So you Google "json to yaml", click the first result, past00
ASAbuzar Siddiquiinblog.abitechpros.com·5d ago · 7 min readJWTs Explained: What's Actually Inside a Token (And What Isn't)If you've ever worked with authentication in a web application, you've almost certainly encountered JWT (JSON Web Token). It's used by countless APIs, mobile apps, and modern authentication systems. B00
JJJanardan Joshiinbackendbytesjanarddan.hashnode.dev·5d ago · 3 min readWhy I'm Still Converting XML to JSON in 2026A few months ago, I was stuck integrating a client’s platform with this ancient SOAP API. I'm not even kidding, the documentation looked like it was hosted on a GeoCities page from 2004. To be fair, t00
WWajeehainjsontoonpro.hashnode.dev·Jul 12 · 2 min readI built 50 browser tools around one converter. Here is what it taught me about SEOSix months ago I launched a single-purpose site: a JSON to TOON converter for shrinking LLM prompts. It got 12 clicks from Google in its first three months. This post is about what the Search Console 00
TATalha Amininsmartformatter.hashnode.dev·Jul 8 · 3 min readJSON Escape & Unescape Explained — And Why Your API Is Probably Doing It WrongIf you've ever received an API response where a field's value starts with {\" instead of {, or your JSON.parse() returns a string instead of an object — you've hit a JSON escaping bug. Here's everythi00
RBRajesh Bindevrajesh.hashnode.dev·Jul 7 · 7 min readDay 97: Create IAM Policy Using Terraform | 100 Days of DevOps Content Today I learned how to create an AWS IAM Policy using Terraform. Instead of manually creating the policy through the AWS Console, I defined it as code using Terraform. I also learned how IAM 00
JJJanardan Joshiinbackendbytesjanarddan.hashnode.dev·Jul 8 · 3 min readEvery Developer Works with JSON. Here Are the Tools I Use the Most.If you’re building APIs, web apps, or mobile apps, you’re probably staring at JSON every single day. Some days you’re just trying to validate a massive API response. Other days, you’re playing detecti00
JAJuan Andrés Lópezinmetadriven.hashnode.dev·Jul 6 · 6 min readOne Database, Two Worlds: Getting Started with JSON Relational Duality Views in Oracle Database 26aiThe challenge is that modern applications don’t always think in terms of rows and joins. REST APIs, mobile apps, and JavaScript front ends usually expect JSON documents, not multiple result sets stitc00