Quantcast
Channel: DreamFactory Forum - Latest topics
Viewing all articles
Browse latest Browse all 1523

Smarter JSON from SQL

$
0
0

@kieranrushby wrote:

Hi,

I'm wondering.. is there a way you can write your SQL Stored Procedures to return a smarter or more tidy JSON object rather than just a mass of columns? For example I have one SP which returns quote and customer information but I would love it if it could come back with the quote info in one property and the customer in another without having to call two SPs and setting the data manually. e.g. ..

{
quote: column column column,
customer: column column column
}

May seem petty but just wondering..

Cheers

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 1523

Trending Articles