Skip to content

zedfoxus/TrelloJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Ingest Trello JSON into C# objects

Trello is a collaboration tool that organizes your projects into boards. It helps teams stay on top of tasks and find out what over members in the team are working on. It is a great tool for Agile development and project management. Trello boards can be exported to JSON. This project is a prototype to read JSON and save data into C# objects (deserialization of JSON). Data from these C# objects can be serialized in a text file, or database, although serialization to a CSV or database has not been implemented in this project. Users of this prototype can implement their serialization. This prototype serves only as a tutorial for deserialization of JSON export from Trello using C# (.NET Framework 3.5 or above)

LICENSE

Apache 2.0 License

Copyright [2013] Chirag Shukla

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Deserialize Trello JSON to C# objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages