Skybrud.Umbraco.GridData is a small package with a strongly typed model for the grid in Umbraco.
The package makes it easy to use the model in your MVC views, master pages or even in your custom logic - eg. to index the grid data in Examine for better searches.
Installation via NuGet
The package is available on NuGet as well. This is the recommended approach to installing the package.
For Umbraco 9:
dotnet add package Skybrud.Umbraco.GridData --version 4.0.0-alpha002
For Umbraco 8:
Install-Package Skybrud.Umbraco.GridData -Version 3.0.1
For Umbraco 7:
Install-Package Skybrud.Umbraco.GridData -Version 2.0.7
Documentation
You can find a bit of documentation for this package on GitHub.