You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// `?json` query param for debugging request context
if(isRequestingJsonForDebugging){
if(req.query.json.length>1){
// deep reference: ?json=page.permalinks
returnres.json(get(context,req.query.json))
}else{
// dump all the keys: ?json
returnres.json({
message:
'The full context object is too big to display! Try one of the individual keys below, e.g. ?json=page. You can also access nested props like ?json=site.data.reusables',