The docs state no and there's only string|boolan|integer|decimal
but the tests in the source show that there's a resource class with type="json" (Robot.php). I'm a little unsure what to expect when setting it - will it handle the json_encode
/ json_decode
automatically?
Also, the dev tools converts json fields to string when creating models