| namespace VersOne.Epub.Test.Integration.JsonUtils | |
| { | |
| internal static class Constants | |
| { | |
| public const string TYPE_PROPERTY_NAME = "$type"; | |
| public const string NEW_REFERENCE_NUMBER_PROPERTY_NAME = "$id"; | |
| public const string DUPLICATE_REFERENCE_NUMBER_PROPERTY_NAME = "$ref"; | |
| } | |
| } | |