Class Prettify
- Namespace
- PlumJsonAnimator.Services
- Assembly
- PlumJsonAnimator.dll
Provides mwthods for prettifying json
public class Prettify
- Inheritance
-
Prettify
- Inherited Members
Constructors
Prettify(GlobalState, LocalizationService)
public Prettify(GlobalState globalState, LocalizationService localizationService)
Parameters
globalStateGlobalStatelocalizationServiceLocalizationService
Methods
prettify(string)
Prettifyes json code
public string prettify(string text)
Parameters
textstringJson string
Returns
- string
Prettifyed text