##// END OF EJS Templates
sync, minor changes
sync, minor changes

File last commit:

r230:3e26338eb977 v2
r284:bcb6c16f6fed v3
Show More
JsonElementContext.cs
11 lines | 198 B | text/x-csharp | CSharpLexer
/ Implab / Formats / Json / JsonElementContext.cs
cin
slowly cutting off mono specific settings
r230 namespace Implab.Formats.Json {
/// <summary>
/// internal
/// </summary>
enum JsonElementContext {
None,
Object,
Array,
Closed
}
}