Skip to content

Commit

Permalink
We should use the new JsonUtils.ParseJsonObject method as the old one…
Browse files Browse the repository at this point in the history
… is obsolete
  • Loading branch information
abjerner committed Dec 5, 2022
1 parent 6836c4c commit 62721ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using Newtonsoft.Json.Linq;
using Skybrud.Essentials.Json;
using Skybrud.Essentials.Json.Newtonsoft;
using Skybrud.Umbraco.GridData.Factories;
using Skybrud.Umbraco.GridData.Models;
using Umbraco.Cms.Core.Models.PublishedContent;
Expand Down

0 comments on commit 62721ac

Please sign in to comment.