Skip to content
Standard
Reader
Log in
Tag
Json
Articles and publications tagged Json across the Atmosphere.
41
articles
17
publications
Articles
Publications
Recent
Recent
Trending
Most popular
L
LinuxLinks
·
Sep 4, 2026
31 Best Free and Open Source JSON Tools
Programming
·
Roundup
I
inkdroid
·
Sep 2, 2026
This is not the RDF you're looking for
metadata
·
bibframe
L
LinuxLinks
·
Sep 1, 2026
jsonrepair – repair invalid JSON documents
CLI
·
Utilities
L
LinuxLinks
·
Aug 31, 2026
jql – query and process JSON data
Utilities
·
JSON
L
LinuxLinks
·
Aug 31, 2026
Dasel – query, modify and transform structured data
CLI
·
Utilities
Großwald | European Defence Intelligence
·
Aug 22, 2026
Bundeswehr Personnel 2026: Strength by Branch and Rank
186,705 soldiers, 81,048 civilians — Bundeswehr force structure by branch, status and rank, incl. women in uniform. BMVg data, Stand 31 July 2026. Tables, CSV.
2025 edition
·
CSV
Data Transfer Initiative
·
Aug 18, 2026
IETF Work Related to Personal Data Portability
HTTP
·
JSON
git-gamble
·
Aug 11, 2026
Changelog
Semantic Versioning
·
@git-gamble.is-cool.dev
Misaligned Markets
·
Aug 6, 2026
Bad Eggs: How Big Egg cracked the market interface and scrambled prices
A recent DOJ complaint gives a masterclass in how to use market position to exploit market mechanisms.
a Department of Justice complaint
·
Geometry of rules
DEV Community [Unofficial]
·
Aug 5, 2026
5 JSON-to-C# conversion mistakes generated models can hide
csharp
·
json
Ewan's Project Documentation
·
Jul 21, 2026
bsky-to-gem
Export public Bluesky posts to clean JSON format. No authentication required.
python
·
bluesky
The Eclectic Light Company
·
Jul 19, 2026
Last Week on My Mac: The problems of structured data
Macs
·
Technology
The Eclectic Light Company
·
Jul 15, 2026
Spotlight’s blind spot: JSON documents
Macs
·
Technology
kawarimidoll.com
·
Jun 30, 2026
JSONを対話的に掘り進められるjidが良さげかも
JSONをフィルタしながら探索できるTUIツールjidの紹介です。
tech
·
yosage
L
LinuxLinks
·
Jun 22, 2026
Kinto – minimalist JSON storage service
Database
·
Documents
kawarimidoll.com
·
May 16, 2026
jqクエリのプレイグラウンドjqpが良さげかも
jqクエリを対話的に試せるTUIプレイグラウンドjqpの紹介です。
tech
·
yosage
kawarimidoll.com
·
May 15, 2026
jqフィルタを対話的に試せるjnvが良さげかも
jqフィルタを対話的に編集しながらJSONを探索できるツールjnvの紹介です。
tech
·
yosage
Sahil Kapoor's Playbook
·
May 12, 2026
BSON
BSON (Binary JSON) is the binary-encoded serialization format MongoDB uses to store and transmit documents. It extends JSON with additional data types (date, ObjectId, decimal128, binary data, regex), preserves field ordering, and is faster to parse and traverse than JSON text. Extensions beyond JSON * ObjectId. 12-byte unique identifier embedding timestamp, machine, process, and counter. * Date. Native 64-bit integer milliseconds since the Unix epoch. * Decimal128. 128-bit IEEE 754-2008 d
MongoDB
·
JSON
Sahil Kapoor's Playbook
·
May 12, 2026
Document Database
A document database stores data as self-contained documents (typically JSON or BSON) grouped into collections, instead of as rows in tables with strict schemas. Each document carries its own structure, allowing fields to vary across documents in the same collection. Why document storage * Schema flexibility. Fields can be added without migrations; documents in the same collection can have different shapes. * Locality. Related data (an order plus its line items) can live in one document inst
MongoDB
·
NoSQL
Sahil Kapoor's Playbook
·
May 12, 2026
OpenAPI
OpenAPI (formerly Swagger) is a specification for describing HTTP APIs in a machine-readable format, typically YAML or JSON. An OpenAPI document defines an API's endpoints, request and response schemas, authentication, and examples, and is used to generate documentation, client SDKs, server stubs, and validation logic. What it covers * Paths and operations: URL templates with parameters, request and response definitions per method * Schemas: data types using JSON Schema for request bodies,
REST API
·
HTTP
Sahil Kapoor's Playbook
·
May 12, 2026
HATEOAS
HATEOAS (Hypermedia As The Engine Of Application State) is the principle in Fielding's REST that responses must include links describing the next valid actions, so clients can navigate an application by following links rather than hard-coding URL structures. How it works A HATEOAS response returns not just data, but also a set of links (typically named relations such as self, next, edit, cancel) pointing to URLs the client can act on next. The client follows these links instead of constructin
REST API
·
HTTP
Sahil Kapoor's Playbook
·
May 12, 2026
GraphQL
GraphQL is an API query language and runtime in which clients request exactly the fields they want from a typed schema. A single endpoint accepts queries, mutations, and subscriptions, and the server resolves only the requested fields, often combining data from multiple underlying sources. How it works The server publishes a schema written in the GraphQL SDL, defining types, queries, mutations, and subscriptions. Clients send a query naming the operation, fields, and arguments. The server run
REST API
·
HTTP
Sahil Kapoor's Playbook
·
May 12, 2026
HTTP
HTTP (Hypertext Transfer Protocol) is the application-layer protocol the web runs on. It defines how clients (typically browsers or API consumers) request resources from servers using methods like GET, POST, PUT, and DELETE, and how servers respond with status codes, headers, and an optional body. How it works HTTP is a request-response protocol over a reliable transport, traditionally TCP. A request consists of a method, a path, a set of headers, and an optional body. A response consists of
REST API
·
GraphQL
kawarimidoll.com
·
May 6, 2026
JSONを対話的に探索できるTUIのfxが良さげかも
JSONデータをターミナル上で対話的に閲覧・処理できるfxの紹介です。
tech
·
yosage
Home
Latest
Discover
Search