How to append new json key and value pair to a middle of existing .json file using PowerShell without rewriting entire file
I have a existing .json file in GitHub similar to below. { "quiz": { "sport": { "q1": { "question": "Which one is correct team name in NBA?", "options": [ "New York Bulls", "Los Angeles Kings", "Golden State Warriros", "Huston Rocket"…