Skip to content

Commit

Permalink
Re-insert json parser line
Browse files Browse the repository at this point in the history
  • Loading branch information
Alik2015 committed Dec 7, 2023
1 parent 3aa2053 commit 14417d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public static JsonNode GetValue(IEnumerable<string> strValues)
{
try
{
return strValues.ElementAt(0);
return JsonNode.Parse(strValues.ElementAt(0));
}
catch
{
Expand Down

0 comments on commit 14417d4

Please sign in to comment.