Mercurial > pub > ImplabNet
view Implab/Formats/JSON/JSONElementContext.cs @ 166:b84cdbe82e7f ref20160224
sync
author | cin |
---|---|
date | Mon, 29 Feb 2016 18:41:01 +0300 |
parents | e227e78d72e4 |
children | d5c5db0335ee |
line wrap: on
line source
namespace Implab.Formats.JSON { /// <summary> /// internal /// </summary> enum JSONElementContext { None, Object, Array, Closed } }