How to update only a part of a json which is stored in a database with a "json path" list?
Let´s say we have a database and there is a json stored as a string which contains configurations. In the application we want to update only a specific value and write then back the json as a string to the…