How to parse using Json?

I am translating a config from ob1 to ob2, but it does not succeed in parse block.

{“status”:true,“data”:{“id":23456,“login”:“xxx.xxx”,“email”:"[email protected]”,“status”:1,“isExpired”:false,“isTrial”:false,“country”:“US”,“partnerId”:0,“notificationsEnabled”:true,“membership”:{“cancelType”:2,“plan”:“Basic”},“familyPlan”:{“isFamilyManager”:false,“isFamilyMember”:false}}}

In OB2,

How to parse “Basic” using Json? how to set J Token?

Thanks much

In OB2 you cannot just type in the name of the field anymore, you have to use jTokens, read here to know how to use them

Thanks @Ruri
!!!