When testing the JSON grammer with Gemma3-12B-IT, the model produces a json which ends like this "] \xa0}". The entire json structure is ```json { "key": [ {"inner_key":"value"}, {"inner_key":"value"} ] \xa0} ``` Using logits processor in "grammar_strict" mode.