21 comments

  • kbolino 2 hours ago
    Using the query string to carry the sha256 hash but then saying the "hash parameter is verification metadata, not identity" doesn't make much sense. The ?query part of a URL is supposed to be sent to the server. If you want to add client-side (meta)data, you should use the #fragment part of a URL. See RFC 3986, sections 3.4 and 3.5: https://datatracker.ietf.org/doc/html/rfc3986#section-3.4
    • geoah 1 hour ago
      Was thinking the same. ?v=4#sha111 for defining the version and using fragment for hash verification seemed like a more interesting approach.
      • thyristan 15 minutes ago
        Fragments are useless outside a browser and lead to problems. A lot of command line and library HTTP agents ignore the fragment part of an URL, so you often might encounter everything after # stripped. Thus forcing you to invent yet another HTTP client/agent/URL library in a ton of languages.
  • thyristan 21 minutes ago
    Dislike.

    No comments means that one cannot use it for configuration. Properties repeat the XML mistake of the attribute/content dichotomy.

    And trailing commas as a syntax error prevents easy sorting/appending/editing of arrays.

    And it doesn't fix a ton of JSON problems like strings containing newlines, quotes and the like, while introducing a ton of new problems, like the dependency on obscure Unicode features to elide quotes. This will lead to TSON homoglyph attacks.

  • Retr0id 2 hours ago
    What's the justification for being a superset of JSON? Being incompatible with most existing JSON tooling and interfaces is a big disadvantage, so there better be a tangible upside.

    Also, I see mention of hashing, but no mention of canonicalization. Does fiddling with a schema's whitespace change its hash?

    • ramses0 1 hour ago
      "superset" is just marketing mumbo jumbo that says: "I promise to embed an x86 virtual machine inside my spec that'll still parse whatever weird JSON you're currently handling and give it back to you as an object in your programming language"

          $ echo '{ "Hello": "World" }' | tson --parse
          ERROR: ...refusing to interoperate w/ JSON b/c we want to be different
      
      ...that's a non-starter. If they're trying to replace or supplement JSON (same way `uv` has been replacing / supplementing `pip`, and `deno` is doing the same with `node`), you've got to do the work of supporting the extant real-world use cases that are floating around but with a healthy layer of $BETTER sprinkled on top.

          $ echo '{ "Hello": !number 3.14 }' | jq '.'
          jq: parse error: Invalid numeric literal at line 1, column 19
      
      ...THAT's the difference/extension.

      I've been explicitly trying to support `--json5` on some of my internal work tooling. Being very explicit that I'm not parsing `--json`, but instead using a slower (but more forgiving) `--json5` which would allow comments, trailing commas, whatever JSON5 claims to support.

      This `--tson` feels like it's solving two problems in disguise:

      1) It wants to be `--json6` (eg: `pi: !number 3.14`)

      2) It wants to use it's own `--json6` (aka: `--tson`) to write "json-ish schemas" (eg: `foo: [text; 1..10]` for presumably a list of maximum of 10 elements?)

      ...JSON was a blessing because it existed naturally as an unambiguous "lists, dicts, values" representation that most programming languages treat as first-class citizens. Missing "sets" and things like "date" or "boolean" are certainly under-specified, but that's the real-world impact of JSON as lowest common denominator.

      SCHEMA's don't have nearly as much natural, unambiguous representations across many programming languages. The closest thing I can think of is straight up Java + Constructors (ie: a full programming language for object initialization but w/o allowing interaction or behavior).

         CalendarEvent x = new CalendarEvent( Date start, Date end, Boolean all_day, List<Invitee<...>>, ...etc... )
      
      ...where my mind has gone lately is doubling down on TypeScript's `*.d.ts` as a "naturally occurring, expressive schema language". It's hella-more-complicated to parse/validate than JSON, but there's tons of tooling around it, and it's relatively unambiguous that it can solve and express Real World(tm) engineering problems.
  • corbindavenport 34 minutes ago
    The website smells vibe-coded.
    • aggregator-ios 32 minutes ago
      My thoughts exactly. I don't mind AI coding, but I'm not really sure on the viability of anyone using or even hearing of TSON. This is just not something you do without an RFC and adoption.
  • al_be_back 1 hour ago
    >> Ordering, consensus, and mutability policy are application concerns outside this series. [1]

    Of course, immutable means as-is, but since you're not dealing with ordering etc (that's pretty big), I might as well use existing tech (JSON with a schema) and a policy (simple/naive: hash and compare lowercased data).

    [1] From their spec: 2.2.1 Identity and Content Addressing - https://tson.io/2026/32/tson-part1-data/#

  • hmokiguess 2 hours ago
    I think I'm gonna go back to XSLT
    • yourapostasy 1 hour ago
      I sometimes wonder if we as an industry should revisit XML for those use cases where painful JSON contortions are being used, now that LLM's can plausibly support writing the syntax for XML-adjacent languages like XSLT without as steep a learning and sustainment curve. My natural inclination is to design to accommodate as complex a space as the business requirements project for, because representation data structures and languages are so incredibly painful to change late in a product's maturity cycle.

      So I've never rejected XML out of hand, but I've always been "show me" skeptical of calls for it and pushed for explanations on why the business requirements feel the justification to adopt XML. Sometimes I've seen it totally makes sense, but with the conceptual rigor it requires in those use cases, the skillset and expertise of the development team has to reach a higher than average bar. I'm cautiously hopeful LLM's might help with lowering that bar, but time will tell.

      • conartist6 24 minutes ago
        I think the industry has an XML-shaped hole for sure, but XML itself was still designed before about 30 years of hard-won knowledge about smart design of data languages.

        If you want to know how I would approach designinga language to fill XML's market niche, check out https://docs.bablr.org/guides/cstml

    • pyuser583 2 hours ago
      Always tempted, but never enough.
  • minraws 2 hours ago
    you can just add schema to json why add new syntax now, especially for json I dont think it makes sense I honestly believe the war is over there won't be a xml to json moment unless we move to a new platform other than browsers which seem rather unlikely, json honestly is fine for something that's somewhat human readable...
    • kelseydh 38 minutes ago
      A change in the direction of protobufs to reduce serialization and transfer costs of data exchange seems most likely the next trend.
  • lokar 2 hours ago
    Seem to different from JSON to be an easy drop in, while still having the problems of json. I’d rather use something further away like cue.
    • pratyahava 1 hour ago
      cue? what is that? i remember only cue which holds audio tracks metadata.
      • lokar 40 minutes ago
        https://cuelang.org/docs/reference/spec/

        I’ve used it once for something small. It was ok, but the docs and some of the libraries were a bit lacking.

        But it demonstrates the kind of things you could have if you don’t care about text/parser compatibility with json

  • jensneuse 54 minutes ago
    What problem does it solve? The hero of the website doesn't answer.
  • azatom 3 hours ago
    when will be xson invented, with support of xpathson and xsdson but strictly leaving out other xml features.. for future improvement?
  • robto 3 hours ago
    Seems like it draws a lot of inspiration from EDN. Tagged literals, commas-as-whitespace (and optional), and anything-can-be-a-key are features I sorely miss when I have to go back to JSON.

    Don't know how I feel about optional quotes around strings, that seems like a mistake. And having an immutable set literal would be nice as well.

    • waweic 2 hours ago
      Because I may not be the only one who was confused initially: I think EDN in this instance refers to the data serialization format (Extensible Data Notation) from the Clojure people, not to CBOR-EDN (Extended Diagnostic Notation), which also offers tagged literals and anything-can-be-a-key, IIRC.

      Really unfortunate naming

  • tanepiper 21 minutes ago
    Getting flashback to coffeescript
  • myshapeprotocol 3 hours ago
    Hash-pinned schemas are definitely the right direction for ensuring verifiable provenance across distributed systems. Great concept!
    • andrewjneumann 3 hours ago
      Agree. It’s early stages, but I love the approach!
  • tantalor 47 minutes ago
    Just use protos?
  • tonyg 2 hours ago
    Absolute slop. Interesting that the end result, the place where Claude ended up, is similar to a (human-authored, windmill-tilting) project of mine, https://preserves.dev/ . Though with a much prettier website and far, far, far more words.
    • eska 2 hours ago
      I unfortunately agree, this reads heavily AI generated. I was not able to follow the reasoning, e.g. management of backward and forward compatibility seems broken.
  • flanked-evergl 3 hours ago
    why can't you use hash pinned schemas with existing json? Why do you need a new format for it?
    • IncreasePosts 2 hours ago
      Here's some json: []

      How do you add schema info to that?

      • crote 2 hours ago
        Like this:

            {
                'schema': 'c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2',
                'data': []
            }
        • phailhaus 2 hours ago
          And there you go, just `[]` is no longer valid, so you need a new format.
          • ltbarcly3 2 hours ago
            If you need a schema for [] you have lost the plot.
            • hyperhello 2 hours ago
              Well, you could be annotating type that the array is for.
              • inigyou 1 hour ago
                It's the schema's root type, obviously.
  • dizlexic 1 hour ago
    Why?
  • biggestlou 1 hour ago
    Sorry, but this tool is just never going to succeed being written in Java.
  • esafak 2 hours ago
    If the author is here, the Github repo in https://litterat.io/ should be https://github.com/litterat
  • ltbarcly3 2 hours ago
    great another shitty JSON variant. now I'll have 9 different json-like libraries in every project that I can't get rid of.
  • thomasnowhere 2 hours ago
    [dead]