Hi,
I am using perl 5.22.0-r0. It has very basic package. I installed it using opkg.
Problem:
I am passing json from page for eg {'k1':'v1','k2':'v2'} which I am able to receive in my CGI script. But I am unable to parse it and store into a variable. I know, I need to use JSON module. But I can not install it due to limitation.
Is there any alternative way to parse json without json module?
Thanks.