mlanin / laravel-api-debugger

Easy debug for your JSON API.
http://blog.lanin.me/easy-debug-for-your-json-api/
MIT License
233 stars 54 forks source link

Don't work with jenssegers/laravel-mongodb #3

Closed darkin1 closed 8 years ago

darkin1 commented 8 years ago

Like in topic, queries didn't show using jenssegers/mongodb

mlanin commented 8 years ago

@darkin1 I know. This is a common problem. Still trying to fix it

mlanin commented 8 years ago

@darkin1 Fixed in 0.2.2 release

darkin1 commented 8 years ago

Could you show query without backslach?

debug

debug_raw

mlanin commented 8 years ago

Alas, but it is a limitation of json. Json accepts only double quotes and here is a json inside a json. That's why it's quotes should be escaped. There is no obvious decision how to get rid of the backslash.