In some languages (like PHP for example) there is possibility to directly map query result into JSON string which makes a lot of sense when we don't need to manipulate the result returned from query execution which would result in better performance due to eliminating extra step of mapping to application models (and then mapping to JSON string later on).Is there any plan to add such a feature to SqlClient?