JSon

Разработка на C# под linux
Учитывая, что в новой версии Visual Studio проекты сохраняются в формате JSon (кстати, откуда это известно?)
нужно будеть уметь этот JSon изменять (патчить)

Для описания изменений есть
RFC 6902 - JavaScript Object Notation (JSON) Patch
defines a JSON document structure for expressing a sequence of operations to apply to a JSON document
http://williamdurand.fr/2014/02/14/please-do-not-patch-like-an-idiot/