Table of Contents

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

globalState GlobalState
localizationService LocalizationService

Methods

prettify(string)

Prettifyes json code

public string prettify(string text)

Parameters

text string

Json string

Returns

string

Prettifyed text