1 repository
Allows API clients to specify the exact JSON structure and field aliases returned by the server in the request.
Distinct from JSON Response Serializers: None of the candidates cover the specific ability for the client to define the response shape within the request itself
Explore 1 awesome GitHub repository matching web development · Client-Defined Response Shaping. Refine with filters or upvote what's useful.
APIJSON is a no-code database API generator and object-relational mapping layer that automatically transforms relational database schemas into functional HTTP endpoints. It provides a system for generating CRUD operations and technical documentation without the need to write manual backend code. The project is distinguished by its ability to allow clients to define custom JSON response structures and field aliases directly within the request. It features dynamic query translation that converts structured JSON parameters into optimized SQL for complex relational joins, subqueries, and data agg
Allows clients to define custom JSON response structures and field aliases directly within the request to reduce payload size.