How to get values of Json Object starting with a key name unique for each data

I’m Japanese and asked the same question on Japanese Forum, then Yoichi here showed me I should use “.Children” property like

jObject.Children.Children.Values
to achieve this.

And with his sample and your video I realized I should also set TypeArgument as corresponding Json type=Newtonsoft.Json.LinqJToken

I’m really grateful for all your help.