Turning DB information into JSON with keys?
I have a database that returns data as a tree like this: '((7 "vince" "[email protected]" "space" "no value" 1) (8 "vince" "[email protected]" "place" "no value" 1) (9 "Smith" "[email protected]" "now" "no value" 1)) The second column is first name and…