in reply to Re: need help in validating json
in thread need help in validating json

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: need help in validating json
by poj (Abbot) on Oct 27, 2014 at 09:30 UTC
    can i just call 'subjects' => getsubjects(); ?

    No, you will need to convert the returned JSON string to a structure first

    'subjects' => from_json(getsubjects()),
    poj
Re^3: need help in validating json
by karlgoethebier (Abbot) on Oct 27, 2014 at 09:14 UTC
Re^3: need help in validating json
by praveenchappa (Acolyte) on Oct 27, 2014 at 08:46 UTC
    can you help me poj
      see the advice above (focus on the advice not on the code), and make sure each one of getqualifications() returns valid json ... which you then turn into valid json