Fix function calling parameter string quoting

#24

The safe filter causes string quoting to get escaped when tojson filter has been fixed to not escape them (see huggingface/transformers#31100), but ironically has the opposite effect when it's not, hence the mistake, sorry about that.

@cppowboy Added forgotten object parsing within array items.

cppowboy changed pull request status to merged

Sign up or log in to comment