S
sg
Guest
Hello Guys,
I have a string value which is indeed a list of lists, is there any
way to convert it to list.
e.g.,
value = "((\"a\" (1 2 4)) (\"b\" (3 6 7)))"
what is best way to process this string as list as:
value = '(("a" (1 2 4)) ("b" (3 6 7)))
such I can use all list operation like assoc, car etc on this value?
I have a string value which is indeed a list of lists, is there any
way to convert it to list.
e.g.,
value = "((\"a\" (1 2 4)) (\"b\" (3 6 7)))"
what is best way to process this string as list as:
value = '(("a" (1 2 4)) ("b" (3 6 7)))
such I can use all list operation like assoc, car etc on this value?