<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://blog.json-everything.net/</id><title>json-everything</title><subtitle>Commentary on JSON things</subtitle> <updated>2026-07-19T13:34:38+12:00</updated> <author> <name>Greg Dennis</name> <uri>https://blog.json-everything.net/</uri> </author><link rel="self" type="application/atom+xml" href="https://blog.json-everything.net/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://blog.json-everything.net/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Greg Dennis </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>All the Error Messages</title><link href="https://blog.json-everything.net/posts/all-the-error-messages/" rel="alternate" type="text/html" title="All the Error Messages" /><published>2026-07-19T09:00:00+12:00</published> <updated>2026-07-19T09:00:00+12:00</updated> <id>https://blog.json-everything.net/posts/all-the-error-messages/</id> <content src="https://blog.json-everything.net/posts/all-the-error-messages/" /> <author> <name>Greg Dennis</name> </author> <summary> The latest iteration of JsonSchema.Net, version 9.3.0, adds error messages to the output for all keywords that act as assertions. In this post I’d like to go into why they didn’t include these error messages before and why they absolutely should now. Error reporting in JSON Schema In the long-long-ago, there was no standardized output for JSON Schema. Implementations of JSON Schema could ou... </summary> </entry> <entry><title>Better Schema-Compatible Data Generation</title><link href="https://blog.json-everything.net/posts/datagen-improvements/" rel="alternate" type="text/html" title="Better Schema-Compatible Data Generation" /><published>2026-04-05T09:00:00+12:00</published> <updated>2026-07-19T13:34:01+12:00</updated> <id>https://blog.json-everything.net/posts/datagen-improvements/</id> <content src="https://blog.json-everything.net/posts/datagen-improvements/" /> <author> <name>Greg Dennis</name> </author> <summary> JsonSchema.Net.DataGeneration has received some significant upgrades. In this post, I’ll go over what’s changed, and how you can use this package to enhance your schema development workflow. New and improved! First let’s cover the small stuff. I added a bunch of tests that identified a few bugs, and added support for propertyNames. There is also added support for the allof/if/then patte... </summary> </entry> <entry><title>Full Native AOT support for _JsonSchema.Net.Generation_ via Source Generators</title><link href="https://blog.json-everything.net/posts/schemagen-aot/" rel="alternate" type="text/html" title="Full Native AOT support for _JsonSchema.Net.Generation_ via Source Generators" /><published>2026-02-14T10:00:00+13:00</published> <updated>2026-07-19T13:34:01+12:00</updated> <id>https://blog.json-everything.net/posts/schemagen-aot/</id> <content src="https://blog.json-everything.net/posts/schemagen-aot/" /> <author> <name>Greg Dennis</name> </author> <summary> When I (with help from .Net contributors) updated all of the libraries to support Native AOT, I wasn’t able to fully implement schema generation. The generation operated on some aspects of runtime reflection that Native AOT doesn’t support. The answer was compile-time source generation, but I didn’t know how to do that. Mostly, it was because I didn’t know how Roslyn analyzers worked. In th... </summary> </entry> <entry><title>JsonSchema.Net.Api - JSON Schema Request Validation for ASP.Net</title><link href="https://blog.json-everything.net/posts/schema-api/" rel="alternate" type="text/html" title="JsonSchema.Net.Api - JSON Schema Request Validation for ASP.Net" /><published>2026-02-08T10:00:00+13:00</published> <updated>2026-02-14T18:44:21+13:00</updated> <id>https://blog.json-everything.net/posts/schema-api/</id> <content src="https://blog.json-everything.net/posts/schema-api/" /> <author> <name>Greg Dennis</name> </author> <summary> In a previous post, I talked about using JSON Schema validation in the ASP.Net pipeline. It utilizes schema generation, model binding, and filters to automatically validate controller payloads and return a 400 (Bad Request) with a problem details response. Now, that functionality is available to you as JsonSchema.Net.Api! In this post we’ll cover how to set up this package and what it does. ... </summary> </entry> <entry><title>Why Is Everything So Expensive?!</title><link href="https://blog.json-everything.net/posts/expensive/" rel="alternate" type="text/html" title="Why Is Everything So Expensive?!" /><published>2026-01-14T10:00:00+13:00</published> <updated>2026-01-14T10:00:00+13:00</updated> <id>https://blog.json-everything.net/posts/expensive/</id> <content src="https://blog.json-everything.net/posts/expensive/" /> <author> <name>Greg Dennis</name> </author> <summary> I’ve spent the past 15 years building open source software in my spare time, most of it in support of JSON in .Net. That work has spanned 17 families of Nuget packages (42 unique packages total) with over 140 million total downloads, and all of it completely free. Some time ago, more from a curiosity of the possible than anything else, I set up my GitHub Sponsors page. While hoping voluntary ... </summary> </entry> </feed>
