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).
01 STUDENT.
05 ST_IDPIC 9(5).
05 FIRST_NAMEPIC X(20).
05 LAST_NAMEPIC X(20).
```
```json
{
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.