C# and JSON

This page summarizes the projects mentioned and recommended in the original post on /r/godot

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • json

    A really simple C# JSON Parser in 350 lines (by zanders3)

  • I wrestled with this very topic for many moons, I ended up using this guys library: Github: zanders3/json by just including the 2 .cs files in my godot project, its very minimalist and works with the built in c# collections.

  • Json.NET

    Json.NET is a popular high-performance JSON framework for .NET

  • I've been using Newton JSON for a data heavy game and don't use Godot collections. Like GArysTrousers I wrestled with this for quite some time given how much my game relies on JSON. Happy with my choice so far, I use it for local data handling and network communication.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts