ProjBobcat
ProjBobcat copied to clipboard
A typo in the documentation on the website
Page url: https://kb.corona.studio/enUS/projbobcat/installers/fabric.html
The library code uses System.Text.Json. If you use Newtonsoft.JSON, then an error occurs converting Newtonsoft.Json.JsonElement to System.Text.Json.JsonElement. The line should be like this: var artifacts = System.Text.Json.JsonSerializer.Deserialize<List<FabricLoaderArtifactModel>>(responseJson);