public string ToJsonPointerTest(string jsonPath) { string s = JsonPointer.ToJsonPointer(jsonPath); Console.WriteLine(s); return(s); }