In the previous post , we introduced our new JSON editor in the CTP 2 release of Visual Studio 2013 Update2. In the RC version of Visual Studio 2013 Update 2 , we added intellisense support for JSON Schema v3 and v4. This will make working with complex JSON structures based on a schema much easier. Specify the schema within a JSON file using the “$schema” property When you add a new JSON file to your project, the schema dropdown box will show <No schema Selected> You can specify the schema to be used for this JSON file by defining the “$schema” property as shown below You need to close and re-open the file, and the JSON editor will read the $schema property, add an entry in the schema dropdown list and select it. Note that the JSON...(read more)
Go to the complete details ...