getFunctionName

string
getFunctionName
(
Json proto
)

Examples

assert(getFunctionName(Json(["name": Json("test")])) == "test");

Meta