Skip to content

Provide support for direct mapping to JSON string. #424

@B-Esmaili

Description

@B-Esmaili

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Enhancement 💡Issues that are feature requests for the drivers we maintain.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions