C# Class CK.Text.Tests.JSONVisitorTests.JSONMinifier

Inheritance: JSONVisitor
Show file Open project: Invenietis/ck-core

Public Methods

Method Description
JSONMinifier ( string s ) : NUnit.Framework
Minify ( string s ) : string

Protected Methods

Method Description
SkipWhiteSpaces ( ) : void

Private Methods

Method Description
Flush ( int idx ) : void
Run ( ) : string

Method Details

JSONMinifier() public method

public JSONMinifier ( string s ) : NUnit.Framework
s string
return NUnit.Framework

Minify() static public method

static public Minify ( string s ) : string
s string
return string

SkipWhiteSpaces() protected method

protected SkipWhiteSpaces ( ) : void
return void