l_string := j_elem.stringify();
This method is documented in the serialization methods paragraph in Oracle23ai JSON Developer's Guide, but it turns out that it works also in Oracle19c (at least on version 19.21.0.0.0) even if the guide doesn't mention it.
As far as I could see it's equivalent to method to_string(), so you can pick whichever you like.
PS: 2025/08/10
Oracle 23ai PL/SQL Packages and Types Reference actually states the following:
"The FUNCTION stringify is synonym of to_String. It has the same functionality."
No comments:
Post a Comment