Mercurial > pub > ImplabNet
view Implab/Formats/JSON/JSONElementContext.cs @ 170:181119ef3b39 ref20160224
DFA refactoring, rx based dfa.
| author | cin |
|---|---|
| date | Fri, 04 Mar 2016 01:56:31 +0300 |
| parents | e227e78d72e4 |
| children | d5c5db0335ee |
line wrap: on
line source
namespace Implab.Formats.JSON { /// <summary> /// internal /// </summary> enum JSONElementContext { None, Object, Array, Closed } }
