ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.47k stars 888 forks source link

Crow with JSON examples? #323

Open Outstep opened 5 years ago

Outstep commented 5 years ago

Hello,

I'm new to Crow and am looking for a simple Crow with JSON handler example.

Any information on this? Thanks

moneroexamples commented 5 years ago

Maybe something like this will be helpful: https://github.com/moneroexamples/onion-monero-blockchain-explorer/blob/master/main.cpp#L20

Basically I just create my own jsonresponse: crow::response response

turtle0x1 commented 5 years ago

@moneroexamples top lad