Ok, I think I got your error. I'm no master at mysql, but from my knowledge you can only do this:
INSERT INTO `player_storage` (`player_id`, `key`, `value`) VALUES (2,'0','{[\"subType\"] = 1, [\"type\"] = 1}');
the others you need to do a new query like this:
INSERT INTO `player_storage`...