Search Articles — Sudonull

Search Results

In this project

Structured JSON Logs: A Guide for Developers

https://sudonull.com/structured-json-logs-a-guide-for-developers

Practical guide to implementing effective logging in distributed systems. Learn about MDC, entrypoints and error/warning separation.

Dialog management in Python via JSON config

https://sudonull.com/dialog-management-in-python-via-json-config

Declarative approach to wizards in Python. Configuring steps, conditional visibility and integration with aiogram 3 without nested if. Read the guide.

Notation for SQL conditions in JSON strings

https://sudonull.com/notation-for-sql-conditions-in-json-strings

Compact string notation for generating SQL expressions from JSON. Support for sets, intervals, MIN/MAX. Regular validation and examples for developers. Study and implement in preprocessor.

Grid Inventory GameMaker: Code and JSON

https://sudonull.com/grid-inventory-gamemaker-code-and-json

Create a flexible grid inventory system in GameMaker with ds_grid, JSON database, and drag-and-drop. Step-by-step code for middle developers. Implement now.

Kodi 22 Alpha 3: FFmpeg and JSON-RPC updates

https://sudonull.com/kodi-22-alpha-3-ffmpeg-and-json-rpc-updates

Kodi 22.0 Piers Alpha 3: Blu-ray, subtitles, audio fixes, new APIs. Updates for Android, webOS, Linux. Download and test for HTPC.

From the web

Mar 26, 2026 ·

https://www.geeksforgeeks.org/javascript/json/

Mar 26, 2026 · JSON (JavaScript Object Notation) is a widely-used, lightweight data format for representing structured data. Used Extensively : Used in APIs, configuration files, and data exchange between servers and clients. Text-based: JSON is a simple text format, making it lightweight and easy to transmit.

Searches related to json_encode

https://www.w3schools.com/whatis/whatis_json.asp

The JSON syntax is derived from JavaScript object notation syntax, but the JSON format is text only. Code for reading and generating JSON data can be written in any programming language.

Trending Now