manu, to opensource
@manu@hachyderm.io avatar

There’s a new jq release out. The first one in 5 years! Lots of big and little improvements thanks to a whole new maintainer team! So good to see that this great tool lives on! https://github.com/jqlang/jq/releases/tag/jq-1.7rc1 #jq #jqlang #opensource #json

neilmadden, to webdev

I just wrote a new blog post on “Regular JSON”: https://neilmadden.blog/2023/05/31/regular-json/ #Json #webdev #Security

nlnetlabs, to random
@nlnetlabs@fosstodon.org avatar

We plan to implement #JSON output in our #DNS investigation tool dnsi. There is informational RFC 8427 for representing DNS messages in JSON, but we’d like to see if there is a more ergonomic way of representing such a format. We'd love to hear about your use cases and wishes. https://github.com/NLnetLabs/dnsi/issues/12

ythos, to dotnet
@ythos@dotnet.social avatar

We've just published a series of 17 (!) posts on common patterns in JSON Schema; lots of these have been culled from questions asked in the JSON-Schema Slack channel.

They are written from the perspective of .NET developers who are used to JSON serialization as a code-first exercise, and want to migrate towards schema-first (with generated code examples from Corvus.JsonSchema).

https://endjin.com/blog/2024/05/json-schema-patterns-dotnet-data-object

herrthees, to fediverse German
@herrthees@wue.social avatar

Wer ihre/seine #Mastodon-Lesezeichen über ein Script herunterladen und in #RSS, #XML, #JSON oder #CSV umwandeln will - ich hab gestern Abend mal was gebastelt.

https://codeberg.org/herrthees/MastoBook
#Python #Tool

muminpappa, to random
@muminpappa@mastodonsweden.se avatar

TIL: jq -C . | less -R produces colored formatted #json in less 😊

foss_android, (edited ) to foss
@foss_android@mstdn.social avatar

Geddit
An open-source, Reddit client for Android without using their API

Geddit is an impressive open-source Reddit client for Android. It uses RSS/JSON feeds to display content, avoiding Reddit API limitations and ensuring a smooth experience. With geddit, you can browse reddit anonymously without the need for an account!

Download: https://apt.izzysoft.de/fdroid/index/apk/geddit.buzl.uk

#FOSS #Android #Reddit #OpenSource #geddit #Privacy #Anonymous #json #RSS #redditalternatives #oss

paulox, to django
@paulox@fosstodon.org avatar

I found my first bug in Django 5.0 after the feature freeze 🐛

It's related to GeneratedField and JSONField and maybe you can help to fix it 👇
https://code.djangoproject.com/ticket/34861

#django #django5 #bug #generatedfield #jsonfield #json #sql #orm #migrations

rysiek, to random
@rysiek@mstdn.social avatar

If you're implementing DNS-over-HTTP JSON client and wondering what Accept header media type to use… 👀

There's RFC8427, "Representing DNS Messages in JSON"; it defines the JSON structure. You can ignore it. No DoH JSON API provider I tested implements it.

It also defines the application/dns+json media type, registered with IANA. You can ignore it as well. Only CloudFlare cares about the media type — and insists on application/dns-json (yes, with a "-"). 🙄

lucassatabin, to random
@lucassatabin@fosstodon.org avatar

This has been a long dream of mine, since I added JSON support in -data. And it has never been so close to become true: the PR adding support for queries (think ) is ready! It allows for declarative streaming extraction and transformation of JSON data, emitting data as soon as some piece of output has been built, discarding input that has been consumed, on the go. I must admit, that I am super proud of this one! https://github.com/gnieh/fs2-data/pull/426

alf, to firefox
@alf@freeradical.zone avatar

I updated my that gives you the amazing JSON Editor Online (https://jsoneditoronline.org) as a quick local extension.

The original is probably safe, but I never feel comfortable pasting sensitive data to an online webpage, so I made this to be sure. Also very handy to have locally in the browser I think.

Check it out here:

https://github.com/fractalf/json-editor-ex

https://addons.mozilla.org/en-US/firefox/addon/json-editor-ex/

steve, to fediverse
@steve@social.technoetic.com avatar

For the JSON-LD experts out there... does the Compaction algorithm ever produce a document with a null property value in the document body? I know that a null-valued property is treated as if it doesn't exist, but I can't identify the step in the Compaction algo where they are removed (given a null in the pre-compacted document). JSON-LD Playground removes the nulls, but I don't know if this is the normative behavior for all processors or not. #json-ld #activitypub

PaulHammond51, to space
@PaulHammond51@fosstodon.org avatar

Mars: Ingenuity helicopter flight #70 is in the books.

#Ingenuity #Perseverance #Mars2020 #NASA #space #JSON #Data #Mars

pablolarah, to wordpress
@pablolarah@mastodon.social avatar
Edent, to bitwarden
@Edent@mastodon.social avatar

🆕 blog! “HOWTO: Sort BitWarden Passwords by Date”

I highly recommend BitWarden as a password manager. It is free, open source, and has a great range of apps and APIs. The one thing it doesn't have is a way to sort your accounts by creation date. I now have over a thousand accounts that I've added - so I wanted to prune away […]

👀 Read more: https://shkspr.mobi/blog/2024/02/howto-sort-bitwarden-passwords-by-date/

janriemer, to rust

JSON Patch

https://jsonpatch.com/

"JSON Patch is a format for describing changes to a document. It can be used to avoid sending a whole document when only a part has changed. When used in combination with the PATCH method, it allows partial updates for HTTP in a standards compliant way."

JSON Patch crate:

https://lib.rs/crates/json-patch

ecmascript_news, to javascript
@ecmascript_news@mastodon.online avatar
joe, to random

I post a lot of sample code on this blog. My CodePen is full of little snippets of this and that. Quite often, these snippets need data to do something useful. A good example of that is my Lit example from this past week. Coming up with that data can be complicated, though. That is why I created a site for assorted test data. If you want to have a little rummage through it, I also made the git repository public for the site. While I was at it, I also put it behind a Cloudflare proxy to speed it up a little.

Have any questions, comments, etc? Please feel free to drop a comment below.

https://jws.news/2024/i-have-been-making-some-infrastructure-impovements/

#JSON #XML

snonux, to random
@snonux@fosstodon.org avatar

I wasn't aware until now, that jq is actually a full blown functional programming language. Originally it was inspired by Haskell and the very first version(s) of jq were actually implemented in Haskell. Only later jq got ported over to C. To have an idea how powerfull the jq language is, there is also a jq implementation purely written in jq: https://github.com/wader/jqjq

kubikpixel, to webdev
@kubikpixel@chaos.social avatar

Awesome jq

A curated list of awesome things built with the JSON processor and turing-complete functional language jq.

./jq https://github.com/fiatjaf/awesome-jq


hamnis, to programming Norwegian
@hamnis@snabelen.no avatar

Released #circe 0.14.7 https://github.com/circe/circe/releases/tag/v0.14.7

It has been a long time coming, but it is finally in maven-central. If you are a user, please read the release notes.

#scala #typelevel #json #release

davidbisset, to wordpress
@davidbisset@phpc.social avatar

TIL about the #WordPress Block Data API - used for retrieving block editor posts structured as #JSON data, with integrations for both the official WordPress REST API and #WPGraphQL.

Primarily designed for use in decoupled WordPress.

From #Automattic

https://github.com/Automattic/vip-block-data-api

pixel, to programming
@pixel@social.pixels.pizza avatar

Parsing JSON Data is a fundamental in modern SwiftUI apps. This comprehensive guide covers all the aspects of the Codable protocols in Swift.

#JSON #Programming #Swift #SwiftUI #macOS #iOS #visionOS #Codable
https://matteomanferdini.com/swift-parse-json/

mobileatom, to random
@mobileatom@flipboard.com avatar

Do you use Excalidraw, Canvas, both or neither?

After the release of JSON Canvas, I was curious how people handle whiteboarding and graphical notes in Obsidian. Personally, I only use Excalidraw because I was already a user of its web version and because of its support for md and iframes, although I don't like how it handles embedded notes, everything else is easily corrected...

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines