@ -125,6 +125,10 @@ As you can see, thanks to JSON Columns feature the **ContactDetails** row has JS
In this article, I've briefly introduced the JSON Columns feature that was shipped with EF Core 7. It's pretty straightforward to use JSON Columns in an ABP based application. You can see the examples above and give it a try!
### The Source Code
* You can find the full source code of the example application [here](https://github.com/abpframework/abp-samples/tree/master/EfCoreJSONColumnDemo).
* You can see this pull [request](https://github.com/abpframework/abp-samples/pull/210) for the changes I've done after creating the application.