I need to parse Json into C# (Console Application) and also need to view the parsed data in a table format.
Json Code:
{
"RLC": [
{
"PAR": ""
},
{
"PAR": ""
},
{
"PAR": ""
}
],
"PR":
Please help out.