#json

[ follow ]
Python
fromRealpython
1 month ago

TinyDB: A Lightweight JSON Database for Small Projects - Real Python

TinyDB is a lightweight, pure-Python, document-oriented NoSQL database storing JSON documents and offering simple CRUD for small, local, single-process projects.
#javascript
Software development
fromRaymondcamden
2 months ago

Using Chrome AI to Rewrite Monstrous JSON

Gen AI can transform structured JSON game data into creative, human-readable descriptions that produce randomized, engaging summaries for monsters and other datasets.
Web development
fromwww.jqueryscript.net
2 months ago

Simple Dynamic Gantt Chart Plugin With jQuery - Gantt Chart

jQuery Gantt Chart plugin renders dynamic, paginated Gantt charts from JSON or AJAX data with localization, custom item options, and navigation controls.
Python
fromRaymondcamden
3 months ago

Make Your Own Spotify Unwrapped

Spotify allows users to request and download a ZIP of their listening history as JSON files, enabling custom reports without using Spotify APIs.
fromInfoWorld
4 months ago

The quiet glory of REST and JSON

I've been writing code long enough to remember when computers had 5¼-inch floppy drives and exactly zero network cards. Connectivity was a 2400 baud modem talking to a local BBS via the plain old telephone system. The notion of two computers talking to each other was conceivable-but just the two. The Internet was just a twinkle in the eyes of a few DARPA engineers.
Software development
fromSitePoint Forums | Web Development & Design Community
6 months ago

Help me decide which developer tools to build next for JSON workflows

You've already covered most of the "core" JSON utilities, so that's a really solid toolkit. A few things that come to mind that could make it even more useful: JSON → Markdown / Table generator: super handy for documentation and wikis. JSON Schema → Form generator: let people paste a schema and instantly get a web form to fill in.
Software development
#data-export
fromMedium
10 months ago
Node JS

How to Export Your Scraped Data to Json, CSV, or a Database (node.js)

Node.js can export data as JSON and CSV using the fs module for file writing operations.
fromMedium
10 months ago
Node JS

How to Export Your Scraped Data to Json, CSV, or a Database (node.js)

Exporting data requires maintaining a consistent structure to avoid issues in CSV files.
Node.js's fs module simplifies saving data to JSON files.
#nodejs
Node JS
fromHackernoon
9 months ago

How I Merged and Validated Two JSON Files in Go | HackerNoon

Learning Go through practical tasks enhances understanding of its file handling and JSON processing capabilities.
EU data protection
fromHackernoon
9 months ago

Privacy Tech Gets an Upgrade: DPV Makes ISO-27560 Ready for Real-World Use | HackerNoon

ISO/IEC TS 27560 provides a framework for consent record representation but emphasizes the need for structured formats like JSON.
Node JS
fromHackernoon
11 months ago

For Best Results with LLMs, Use JSON Prompt Outputs | HackerNoon

Structured outputs like JSON significantly reduce error rates in LLM responses.
[ Load more ]