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.
No comments:
Post a Comment