get All context data as JSON format
tayfunyasar opened this issue · 2 comments
tayfunyasar commented
How to get All context data as JSON format?
I'm searching a value in somewhere in context. Need to find it easly.
timstuyckens commented
Hi,
You don't need the extension for that, you can just select an element and past the following
ko.toJSON(ko.contextFor($0).$root)
(see also http://knockoutjs.com/documentation/json-data.html)
tayfunyasar commented
Thanks! I didnt know.