Hello!
Thanks, I can confirm that the previous issues are fixed, I have only
one minor comment for v3:
+-- Empty string delimiter (splits into individual characters)
+select jsonb_path_query('"abc"', '$.split("")');
+ jsonb_path_query
+------------------
+ ["abc"]
That comments seems incorrect, it doesn't split it into characters.