<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Internet Object</title>
    <description>The latest articles on DEV Community by Internet Object (@internetobject).</description>
    <link>https://dev.to/internetobject</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3625848%2F52b5995c-c390-40cc-a2eb-0b8d57da1033.png</url>
      <title>DEV Community: Internet Object</title>
      <link>https://dev.to/internetobject</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/internetobject"/>
    <language>en</language>
    <item>
      <title>The Data Format I Accidentally Built for the AI Era</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Mon, 10 Aug 2026 18:43:05 +0000</pubDate>
      <link>https://dev.to/internetobject/the-data-format-i-accidentally-built-for-the-ai-era-1d61</link>
      <guid>https://dev.to/internetobject/the-data-format-i-accidentally-built-for-the-ai-era-1d61</guid>
      <description>&lt;p&gt;The Story - &lt;em&gt;How the Internet Object went from a frustration to a format&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Most data formats are born in a committee. This one was born from a bandwidth bill.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The 2KB that became 8KB
&lt;/h2&gt;

&lt;p&gt;In 2017 I shipped a "simple" REST API — an employee list. Within weeks, a 2KB response had ballooned to 8KB, for one dumb reason: JSON repeats every key in every record. A thousand employees meant a thousand copies of &lt;code&gt;name&lt;/code&gt;, &lt;code&gt;age&lt;/code&gt;, &lt;code&gt;address&lt;/code&gt;. I was paying for the same words over and over, on every request.&lt;/p&gt;

&lt;p&gt;And the validation for those records was written six times over — server, web client, mobile in, mobile out — each team slightly differently. The contract lived in everyone's head and nowhere on the wire. One question stuck:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if we sent only the values and let a shared schema carry the meaning, validation, and types?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Reading everything that came before
&lt;/h2&gt;

&lt;p&gt;Spotting the problem was easy; not trading one compromise for another was hard. So I read everything — JSON, XML, YAML, CSV, GraphQL, even MIME and SOAP. Each got something right and missed the rest. JSON proved data must be readable, then stayed schemaless and wasteful. Binary formats proved the wire should be small, then made data unreadable. Both half-right.&lt;/p&gt;

&lt;p&gt;I wanted both halves: readable and compact, expressive and exact, human and machine. That meant schema-first with validation built in, a clean split between metadata and data, streaming as a first-class idea, and honest types — real decimals, big integers, dates — with no silent coercion. No existing format checked every box, so I built one. The name kept surfacing on its own: &lt;strong&gt;Internet Object&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The quiet years
&lt;/h2&gt;

&lt;p&gt;The tidy version leaves this out. It became nights and weekends — prototypes, feedback, rewrites. Then from 2020 into 2021 it went quiet. No commits, just an idea I couldn't abandon. I picked it back up in late 2022, and this time it held. Seven years from that 2017 API to something actually ready. Ideas whose time has come rarely arrive on schedule.&lt;/p&gt;

&lt;h2&gt;
  
  
  The accident that aged well
&lt;/h2&gt;

&lt;p&gt;I built Internet Object to fix a web data problem — repeated keys, missing schemas, tangled metadata. Not for the AI era; in 2017 there wasn't one. But in GenAI workflows, token count is the main cost driver, and a payload ~50% smaller can roughly halve inference bills. Give a model a schema contract instead of ad-hoc JSON and its output gets more predictable too. Lower cost, higher reliability — free by-products of solving the original problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where it stands
&lt;/h2&gt;

&lt;p&gt;Internet Object is live. Parsers are shipping, the &lt;a href="https://play.internetobject.org/simple-collection" rel="noopener noreferrer"&gt;playground &lt;/a&gt;is running, teams are testing it in production. It's not a better library in one language — it's an openly specified contract on the wire, one anyone can implement, and no one can lock you into.&lt;/p&gt;

&lt;p&gt;Not a better library. A better default.&lt;/p&gt;

&lt;p&gt;Next up, we get concrete: &lt;strong&gt;how IO's type system actually works&lt;/strong&gt; — the piece that turns &lt;strong&gt;schema-first&lt;/strong&gt; from a slogan into something the format enforces for you.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>json</category>
      <category>ai</category>
    </item>
    <item>
      <title>Internet Object didn’t start as a JSON replacement.</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Sun, 18 Jan 2026 05:56:55 +0000</pubDate>
      <link>https://dev.to/internetobject/internet-object-didnt-start-as-a-json-replacement-1okk</link>
      <guid>https://dev.to/internetobject/internet-object-didnt-start-as-a-json-replacement-1okk</guid>
      <description>&lt;p&gt;Internet Object didn’t start as a JSON replacement.&lt;br&gt;
It started with a question:&lt;/p&gt;

&lt;p&gt;What if we stopped repeating structure and focused on data?&lt;/p&gt;

&lt;p&gt;That idea became schema-first, compact, and GenAI-ready.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd92fl9nfuipvjio6v69t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd92fl9nfuipvjio6v69t.png" alt="The Story of Internet Object" width="665" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://internetobject.org/the-story/" rel="noopener noreferrer"&gt;&lt;strong&gt;👉The Story of Internet Object&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>rust</category>
      <category>python</category>
      <category>ai</category>
    </item>
    <item>
      <title>What if your API sent values… not repeated keys?</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Tue, 30 Dec 2025 14:34:01 +0000</pubDate>
      <link>https://dev.to/internetobject/what-if-your-api-sent-values-not-repeated-keys-k89</link>
      <guid>https://dev.to/internetobject/what-if-your-api-sent-values-not-repeated-keys-k89</guid>
      <description>&lt;p&gt;👉 &lt;a href="https://play.internetobject.org/employee-register" rel="noopener noreferrer"&gt;Try the JSON → IO Playground&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5kqw9wvs599eds3b0rum.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5kqw9wvs599eds3b0rum.jpg" alt="Try IO" width="800" height="497"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>json</category>
      <category>genai</category>
    </item>
    <item>
      <title>Every extra byte becomes an extra token in AI workflows. Same data. Half the size. Internet Object.</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Mon, 29 Dec 2025 16:30:44 +0000</pubDate>
      <link>https://dev.to/internetobject/every-extra-byte-becomes-an-extra-token-in-ai-workflowssame-data-half-the-size-internet-object-3he7</link>
      <guid>https://dev.to/internetobject/every-extra-byte-becomes-an-extra-token-in-ai-workflowssame-data-half-the-size-internet-object-3he7</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg7bu624wscpzdw4uagqi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg7bu624wscpzdw4uagqi.png" alt=" " width="766" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/internetobject/from-json-to-internet-object-a-lean-schema-first-data-format-part-1-19e5"&gt;IO&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>Every extra byte becomes an extra token in AI workflows.
This is why Internet Object matters in the GenAI era.
Same data. Half the size.

👉 https://internetobject.org
#InternetObject #AI #JSON #DataEfficiency</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Mon, 29 Dec 2025 16:24:02 +0000</pubDate>
      <link>https://dev.to/internetobject/every-extra-byte-becomes-an-extra-token-in-ai-workflows-this-is-why-internet-object-matters-in-i34</link>
      <guid>https://dev.to/internetobject/every-extra-byte-becomes-an-extra-token-in-ai-workflows-this-is-why-internet-object-matters-in-i34</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://internetobject.org/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Finternetobject.org%2Fthemes%2Fio%2Fassets%2Fimages%2Fio-images%2Fog.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://internetobject.org/" rel="noopener noreferrer" class="c-link"&gt;
            
    Internet Object - Schema-First Data Serialization Format
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Internet Object: 40-50% smaller than JSON with schema-first, type-safe data serialization. Reduce bandwidth costs and improve API performance today.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Finternetobject.org%2Fthemes%2Fio%2Fassets%2Fimages%2Ffavicon.ico" width="64" height="64"&gt;
          internetobject.org
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>JSON has no comments. IO does—because humans read APIs too</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Wed, 24 Dec 2025 14:17:23 +0000</pubDate>
      <link>https://dev.to/internetobject/json-has-no-comments-io-does-because-humans-read-apis-too-49b2</link>
      <guid>https://dev.to/internetobject/json-has-no-comments-io-does-because-humans-read-apis-too-49b2</guid>
      <description>&lt;p&gt;&lt;a href="https://dev.to/internetobject/the-web-didnt-need-another-syntax-it-needed-a-better-contractbeyond-json-ob"&gt;JSONvsIO&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devphilosophy</category>
      <category>api</category>
      <category>webdev</category>
      <category>ai</category>
    </item>
    <item>
      <title>The Web Didn’t Need Another Syntax — It Needed a Better Contract(Beyond JSON)</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Wed, 17 Dec 2025 13:34:59 +0000</pubDate>
      <link>https://dev.to/internetobject/the-web-didnt-need-another-syntax-it-needed-a-better-contractbeyond-json-ob</link>
      <guid>https://dev.to/internetobject/the-web-didnt-need-another-syntax-it-needed-a-better-contractbeyond-json-ob</guid>
      <description>&lt;p&gt;&lt;a href="https://dev.to/internetobject/json-is-wasting-your-bandwidth-meet-internet-object-part-1-5hbf"&gt;https://dev.to/internetobject/json-is-wasting-your-bandwidth-meet-internet-object-part-1-5hbf&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffqta1oooucm9cfal6gj0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffqta1oooucm9cfal6gj0.png" alt="JSON Alternative" width="742" height="342"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>python</category>
      <category>rust</category>
      <category>json</category>
    </item>
    <item>
      <title>JSON Is Wasting Your Bandwidth: Meet Internet Object (Part 1)</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Sat, 13 Dec 2025 07:41:54 +0000</pubDate>
      <link>https://dev.to/internetobject/json-is-wasting-your-bandwidth-meet-internet-object-part-1-5hbf</link>
      <guid>https://dev.to/internetobject/json-is-wasting-your-bandwidth-meet-internet-object-part-1-5hbf</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzv741ou6i63ukgo1nd55.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzv741ou6i63ukgo1nd55.jpg" alt=" " width="800" height="198"&gt;&lt;/a&gt;&lt;a href="https://dev.to/internetobject/from-json-to-internet-object-a-lean-schema-first-data-format-part-1-19e5"&gt;Internet Object&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>backend</category>
      <category>programming</category>
    </item>
    <item>
      <title>JSON Is Wasting Your Bandwidth: Meet Internet Object (Part 1)

https://dev.to/internetobject/from-json-to-internet-object-a-lean-schema-first-data-format-part-1-19e5

#api #backend #webdev #programming</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Sat, 13 Dec 2025 07:33:53 +0000</pubDate>
      <link>https://dev.to/internetobject/json-is-wasting-your-bandwidth-meet-internet-object-part-1-d78</link>
      <guid>https://dev.to/internetobject/json-is-wasting-your-bandwidth-meet-internet-object-part-1-d78</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/internetobject" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3625848%2F52b5995c-c390-40cc-a2eb-0b8d57da1033.png" alt="internetobject"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/internetobject/from-json-to-internet-object-a-lean-schema-first-data-format-part-1-19e5" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;JSON Was Slowing Me Down — So I Created Something Better&lt;/h2&gt;
      &lt;h3&gt;Internet Object ・ Nov 27&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#api&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#datascience&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Internet Object vs JSON. Same data. Half the bytes. Double the clarity. Developers deserve better tools. #API #developer #JSON</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Mon, 08 Dec 2025 15:39:24 +0000</pubDate>
      <link>https://dev.to/internetobject/internet-object-vs-json-same-data-half-the-bytes-double-the-clarity-developers-deserve-better-5ffk</link>
      <guid>https://dev.to/internetobject/internet-object-vs-json-same-data-half-the-bytes-double-the-clarity-developers-deserve-better-5ffk</guid>
      <description>&lt;p&gt;👉 &lt;a href="https://internetobject.org" rel="noopener noreferrer"&gt;https://internetobject.org&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>https://dev.to/internetobject/from-json-to-internet-object-a-lean-schema-first-data-format-part-1-19e5</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Mon, 08 Dec 2025 15:36:15 +0000</pubDate>
      <link>https://dev.to/internetobject/-1cm5</link>
      <guid>https://dev.to/internetobject/-1cm5</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/internetobject" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3625848%2F52b5995c-c390-40cc-a2eb-0b8d57da1033.png" alt="internetobject"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/internetobject/from-json-to-internet-object-a-lean-schema-first-data-format-part-1-19e5" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;JSON Was Slowing Me Down — So I Created Something Better&lt;/h2&gt;
      &lt;h3&gt;Internet Object ・ Nov 27&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#api&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#datascience&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>"JSON wasn’t built for the modern web. Internet Object is a compact, schema-first, human-readable format that fixes structural flaws. 

👉 https://internetobject.org
👉 https://play.internetobject.org/simple-collection

#JSON #WebDev #API #python</title>
      <dc:creator>Internet Object</dc:creator>
      <pubDate>Tue, 02 Dec 2025 16:15:57 +0000</pubDate>
      <link>https://dev.to/internetobject/json-wasnt-built-for-the-modern-web-internet-object-is-a-compact-schema-first-human-readable-4l32</link>
      <guid>https://dev.to/internetobject/json-wasnt-built-for-the-modern-web-internet-object-is-a-compact-schema-first-human-readable-4l32</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://internetobject.org/" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Finternetobject.org%2Fthemes%2Fio%2Fassets%2Fimages%2Fio-images%2Fog.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://internetobject.org/" rel="noopener noreferrer" class="c-link"&gt;
            
    Internet Object - Schema-First Data Serialization Format
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Internet Object: 40-50% smaller than JSON with schema-first, type-safe data serialization. Reduce bandwidth costs and improve API performance today.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Finternetobject.org%2Fthemes%2Fio%2Fassets%2Fimages%2Ffavicon.ico" width="64" height="64"&gt;
          internetobject.org
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://play.internetobject.org/simple-collection" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fplay.internetobject.org%2Fog.png" height="420" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://play.internetobject.org/simple-collection" rel="noopener noreferrer" class="c-link"&gt;
            Internet Object Playground: Experience the New Data Format
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Convert, compare, and visualize data instantly with Internet Object Playground. Experience faster, lighter, schema-first data exchange. Try it now and see the difference!
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fplay.internetobject.org%2Ffavicon.ico" width="64" height="64"&gt;
          play.internetobject.org
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
