Mercurial > pub > ImplabNet
view Implab/Formats/JSON/JSONElementContext.cs @ 216:1e082fb67a46 v2
Fixed component container
author | cin |
---|---|
date | Tue, 25 Apr 2017 19:51:33 +0300 |
parents | c32688129f14 |
children |
line wrap: on
line source
namespace Implab.Formats.JSON { /// <summary> /// internal /// </summary> enum JSONElementContext { None, Object, Array, Closed } }