-fixed bug where Datasets in Multi mode would insert into database in random order. Now it inserts in the order in which you enter the data in the UI- as expected. -fixed issue in Widget.pm where backslashes in form inputs would save to db, but would blow up on searches- bad escaping blew up the JSON parser. -updated JSON parser to current version. Still evals, but is safer.