Skip to content
| Marketplace
Sign in
Visual Studio>Tools>JsonFormatter
JsonFormatter

JsonFormatter

Alexandr Tatarnikov

|
1,844 installs
| (1) | Free
Provides refactoring for code generated by Paste JSON as classes that format code with camel case notation and adds DataMember attribute.
Download

After install register refactorings for classes and properties which name starts with lower case letter.

Refactoring scope is only current document, no renaming for proprties or classes supported yet.

General way of use:

  1. Paste special JSON as classes
  2. Apply refactoring "Format pasted json"

After refactoring you may need to add using for DataMember attribute, also you may need to add reference to System.Runtime.Serialization.

DataMember attribute supported by many JSON parsers such ServiceStack or JSON.NET.

Sources will be soon.

 

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft