'Does json have intellisense support for proto files? - c#

I have a proto file with me. Now, I have an option to save this in binary format or convert it to json format and store it.

My main thing is I want the user who will use the schema to have intellisense support when typing these files. Would json support the intellisense based on the schema ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source