@@ -12,10 +12,6 @@
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.
-// Define JsonKit_NO_DYNAMIC to disable Expando support
-// Define JsonKit_NO_EMIT to disable Reflection.Emit
-// Define JsonKit_NO_DATACONTRACT to disable support for [DataContract]/[DataMember]
-
using System;
namespace Topten.JsonKit
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
@@ -12,9 +12,6 @@
using System.IO;
@@ -12,11 +12,6 @@
{
// Represents a line and character offset position in the source Json
// Describes the current literal in the json stream
using System.Threading;
using System.Text;