RicoLiu opened this issue 3 years ago · 2 comments
eg:
jsonDecode('{"name": "test"}');
How to call jsonDecode with reflectable?
jsonDecode
Here is an example showing how a top-level function can be called reflectively.
thank you.