Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
json

9 Articles
{
,

}
Direct link to the article Working With Web Feeds: It’s More Than RSS
json rss

Working With Web Feeds: It’s More Than RSS

Between Google Chrome experimenting with “following” sites, along with a growing frustration of how social media platforms limit a creator’s reach to their fans through algorithmic feeds, there’s been renewed interest in RSS feeds and they’re primed for a …

Avatar of Farai Gandiya
Farai Gandiya on Dec 16, 2021 (Updated on Dec 17, 2021)
Direct link to the article ECMAScript proposal: JSON modules
import JavaScript javascript modules json

ECMAScript proposal: JSON modules

Dr. Axel Rauschmayer looks at JSON modules, which is already live in Chrome 91 (but nothing else). It looks just like an ES Modules-style import, only you asset the type at the end.

import configData from './config-data.json' assert {type: 
…
Avatar of Chris Coyier
Chris Coyier on Jul 21, 2021
Direct link to the article CSS-Trickz: An Experiment with Netlify’s On-Demand Builders
json netlify netlify functions wordpress json api

CSS-Trickz: An Experiment with Netlify’s On-Demand Builders

Direct Link

WordPress sites have an API by default. Wanna see this site’s most recent posts, with just a specific set of data… in JSON format? Here ya go. Alex Riviere made a joke site using that.

At first, the site …

Avatar of Chris Coyier
Shared by Chris Coyier on Jun 8, 2021
Direct link to the article JSON in CSS
custom properties json

JSON in CSS

Jonathan Neal tweeted a heck of a little CSS trick the other day, putting JSON inside CSS and plucking it out with JavaScript. Valid values for custom properties are quite liberal! So this looks for a CSS rule (e.g. a …

Avatar of Chris Coyier
Chris Coyier on May 20, 2021
Direct link to the article Using Trello as a Super Simple CMS
api CMS json

Using Trello as a Super Simple CMS

Sometimes our sites need a little sprinkling of content management. Not always. Not a lot. But a bit. The CMS market is thriving with affordable, approachable products, so we’re not short of options. Thankfully, it is a very different world …

Avatar of Phil Hawksworth
Phil Hawksworth on Jul 27, 2020
Direct link to the article Using Structured Data to Enhance Search Engine Optimization
json seo structured data

Using Structured Data to Enhance Search Engine Optimization

SEO is often considered the snake oil of the web. How many times have you scrolled through attention-grabbing headlines on know how to improve your SEO? Everyone and their uncle seems to have some “magic” cure to land high in …

Avatar of Tristram Tolliday
Tristram Tolliday on May 26, 2020 (Updated on May 29, 2020)
Direct link to the article aviationstack
api json

aviationstack

Direct Link

I wonder how many startup ideas have something to do with air travel? 🤔

It’s such a big industry with so many pain points its no wonder that it inspires ideas for building new products. Here’s the thing about a …

❥ Sponsored
Direct link to the article Query JSON documents in the Terminal with GROQ
api data json

Query JSON documents in the Terminal with GROQ

JSON documents are everywhere today, but they are rarely structured the way you want them to be. They often include too much data, have weirdly named fields, or place the data in unnecessary nested objects. Graph-Relational Object Queries (GROQ) …

Avatar of Magnus Holm
Magnus Holm on Nov 7, 2019 (Updated on Nov 8, 2019)
json rss xml

Announcing JSON Feed

Direct Link

Manton Reece and Brent Simmons have just published their thoughts on JSON Feed which is a new standard for making a feed, like a collection of blog posts. The format itself is similar to RSS and Atom but since it’s …

Avatar of Robin Rendle
Shared by Robin Rendle on May 19, 2017

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top