Often need to send curl commands to backend colleagues for API debugging. Writing them by hand means dealing with quote escaping and parameter conc…
Posts for: #Json
CSS Gradient Generator: From Linear Interpolation to Conic Gradients Algorithm Implementation
Author: JsonKit Team
From Regex to AST: Building a CSS Formatter
I recently inherited a legacy project where CSS files were minified to a single line. Debugging was a nightmare. I tried several online tools, but …
From Fetch API to Online API Tester: Request Wrapper and Error Handling
Debugging third-party APIs, I found Postman too heavy and curl commands not intuitive enough. So I built a lightweight online testing tool using th…