How do I find the difference between normal text and the JSON encoded text in Perl?
- by sganesh
I have used JSON::Any in my program to transfer the hash between client and server.
I faced one problem, I want to find whether the text (sent by client) is normal text or JSON encoded text.
Can anyone please tell me how to find,
without checking, I got some error in server side and it is closed.