An algorithm to parse arrays.
Code
source
Motivation
Recently at work, I was working on this problem which included parsing a nested array type structure.
Example
.data = "{
{
name1,
{
phone_number_1,
address_1,
roll_num...
jalotra.hashnode.dev2 min read