JsonKit
  • Menu ▾
    • About
    • Home
    • Tool Tutorials
  • About
  • Home
  • Tool Tutorials

Deep Dive into Linux cat Command: From File Viewing to Low-Level Implementation

2026-03-13
#json  #http 

Published: May 12, 2026

[Read more]

Linux awk Command: The Swiss Army Knife for Text Processing

2026-03-13
#regex 

awk is one of the most powerful text processing tools in Linux. The name comes from the initials of its three creators: Aho, Weinberger, and Kernig…

[Read more]

Building a Line Sorter: From localeCompare to Fisher-Yates Shuffle

2026-03-12
#javascript 

Sorting, reversing, or shuffling text lines seems trivial—until you dig into the details. Let’s explore the algorithms behind a proper **line sort …

[Read more]

JavaScript Keyboard Events: key vs code vs keyCode Explained

2026-03-12
#javascript  #test 

I was building a keyboard shortcut feature recently and kept mixing up event.key, event.code, and event.keyCode. So I built an online tool to…

[Read more]

From HMAC Signing to Web Crypto API: Building a Browser-Based JWT Generator

2026-03-11
#json  #api  #generator 

When working on frontend-backend separation projects, I often need to construct JWT tokens for API debugging. Asking backend colleagues every time …

[Read more]

Building a JWT Debugger in the Browser: Base64URL Decoding and Signature Verification

2026-03-11
#base64  #decoding 

If you’re a backend developer, you’ve probably pasted a JWT into jwt.io more times than you can count. But have you ever thought about what happens…

[Read more]

Structured Data in Practice: Building a JSON-LD Generator for SEO

2026-03-10
#json  #javascript  #generator 

When working on website SEO, you often hear about “structured data”. Simply put, it’s a machine-readable format to tell search engines: this is a p…

[Read more]

JSON Validator Implementation: From Syntax Parsing to Error Location

2026-03-10
#json  #api  #validator 

When debugging API responses, the most frustrating thing is JSON format errors. The console throws Unexpected token with just a character positio…

[Read more]

JSON Tree Editor: Recursive Rendering and Two-Way Sync

2026-03-09
#json  #typescript  #react 

Working with complex JSON data recently, plain text editing wasn’t cutting it. I needed a visual tree editor where I could add, delete, and modify …

[Read more]

JSON to Table: From Data Structure to Interactive Tables

2026-03-09
#json  #format  #http 

When working with JSON data, staring at raw structures can be overwhelming—especially when nested objects and arrays are mixed together. Converting…

[Read more]
< [Newer posts] :: [Older posts] >
© 2025 JsonKit :: Theme made by panr