Zedfox Technologies Blog

Menu

Skip to content
  • Home
  • Blog

Tag Archives: deserialize

Deserialize exported Trello JSON to C# objects

Posted on June 30, 2013 by zf

Trello JSON to C# objects Trello is an excellent issue management system, and much more. We use it for project management and allow transparency of operations to our customers. Exporting of Trello data is possible, and the output of the data is in JSON format. While JSON is easy to understand, data analysts require the […]

Deserialize exported Trello JSON to C# objects