using Newtonsoft.Json.Linq;
using System.Collections.Generic;
public static void Main()
""ProfileId"": ""573935e3-2e0f-4b11-ac1c-23bc08d98286"",
""PendingPointsEnabled"": false,
""DefaultPointTypeId"": ""e01551bd-40e0-4436-980e-355ccdb68bcf"",
""PointTypeShortDescription"": ""POINTS"",
""PointTypeId"": ""e01551bd-40e0-4436-980e-355ccdb68bcf""
""PoolingPointsBalance"": [
""PointTypeShortDescription"": ""POINTS"",
""PointTypeId"": ""e01551bd-40e0-4436-980e-355ccdb68bcf""
""ScheduledExpiringPointsBalance"": [
""PointTypeShortDescription"": ""POINTS"",
""PointTypeId"": ""e01551bd-40e0-4436-980e-355ccdb68bcf""
""ScheduledExpiringPoolingPointsBalance"": [
""PointTypeShortDescription"": ""POINTS"",
""PointTypeId"": ""e01551bd-40e0-4436-980e-355ccdb68bcf""
""ProgramPointsExpireIndicator"": true
var parserJSON = JToken.Parse(jsonData);
Console.WriteLine(parserJSON["PointsBalance"][0]["PointAmount"]);