as if it was its own file. The thing to consider is that it has to be a string since the parameter is a string since im reading it like this
var parseObj = (JObject)JsonConvert.DeserializeObject($"App/Data/Configuration/embed.json");EmbedBuilderUtils.TryParse(parseObj.SelectToken("embeds[0].embed1").ToObject<string>(), out var builder);
var parseObj = (JObject)JsonConvert.DeserializeObject($"App/Data/Configuration/embed.json");EmbedBuilderUtils.TryParse(parseObj.SelectToken("embeds[0].embed1").ToObject<string>(), out var builder);
I am getting this error and idk what to do...
Unexpected character encountered while parsing value: A. Path '', line 0, position 0.
Unexpected character encountered while parsing value: A. Path '', line 0, position 0.