I just signed up for the pro version and have a few questions I need help with.

Support
  • I already know how to post data to a new http server post method and that data returns json format data.

    So how next step can I get the field of json when that http server returns.

    Assume the field consists of

    {
       code: false,
       link: "http://domain.com/active/account"
    }
    

    or

    {
       code: 878212,
       link: false
    }
    

    my question is how can i use to check field with bablosoft as well as get value of field .code or .link

    The admin team is happy to help.