Hi I just seen there is a typo in the `JsonForgetCommand`. currently build the command with: ```ts super(["JSON.DEL", ...cmd], opts); ``` it should be: ```ts super(["JSON.FORGET", ...cmd], opts); ``` same things for `json_forget.test.ts`