ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Ballerina record cannot be returned from the function #7205

Open sameeragunarathne opened 4 months ago

sameeragunarathne commented 4 months ago

Description: Currently we can't return a Bal record as it is. This can be improved since bal record can be converted to json from the internal implementation.