@loopback/docs
Version:
Documentation for LoopBack 4
28 lines (18 loc) • 683 B
Markdown
lang: en
title: 'API docs: context.context.tojson'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.context.tojson.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [Context](./context.context.md) > [toJSON](./context.context.tojson.md)
## Context.toJSON() method
Create a plain JSON object for the context
<b>Signature:</b>
```typescript
toJSON(): JSONObject;
```
<b>Returns:</b>
[JSONObject](./context.jsonobject.md)