spyzhov/ajson

Question. Function with multiple arguments.

tpoxa opened this issue · 1 comments

I wanted to implement something like split(str, ":") but not sure how to do that. It seems all functions support only one argument.

Hello! Yes, at the moment it's always required to be only one argument. I will think of adding the possibility of having any number of arguments there, but it will be hard to avoid reflection or generics here.