Lore Text Error

I'm trying to add this recipe to my datapack. I've used MCStacker to get the lore. I've checked other posts here trying to troubleshoot. This is the closest I've come to getting it error free. If I removed the ' from either end of the text lines the whole thing goes red and it doesn't recognize the colors.

Edited to added: I'm using Version 1.21.4

  "type": "minecraft:crafting_shaped",
  "category": "redstone",
  "key": {
    "#": "minecraft:bone_meal"
    ,
    "X": "minecraft:dried_kelp"
  },
  "pattern": [
    "X#X",
    "#X#",
    "X#X"
  ],
  "result": {
    "components": {
      "minecraft:food": {
        "nutrition": 1,
        "saturation": 0.6,
        "can_always_eat": true
      },
      "minecraft:item_model": "rpanon:items/corpse_starch",
  
      "minecraft:consumable": {
        "consume_seconds": 1,
        "animation": "eat",
        "has_consume_particles": true,
        "on_consume_effects": []
      },
      "minecraft:lore":[
  '{"text": "Even in Death I Serve", "color":"dark_green"}',
  '{"text": "May Contain Rodents", "color":"dark_green"}'
],
      
      "minecraft:custom_name":'{"text":"Corpse Starch","color": "dark_green"}'
    },
    "count": 1,
    "id": "minecraft:torchflower_seeds"
  }
}```
Continue to help post