#json

[ follow ]
fromSitePoint Forums | Web Development & Design Community
3 days 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
#javascript
#data-export
fromMedium
3 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
3 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
3 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
3 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
5 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 ]