A CopyBook will be parsed into usable JSON, like this:
```cpy
01 STUDENT.
05 ST_IDPIC 9(5).
05 FIRST_NAMEPIC X(20).
05 LAST_NAMEPIC X(20).
```
```json
{
"stId":34401,
"firstName":"Lukas",
"lastName":"King"
}
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.