Click here to Skip to main content
Click here to Skip to main content
 

Create JSON from C# using JSON Library

By , 6 May 2010
 
JSONDEMO35.zip
JSONDEMO35
JSONDEMO35.suo
JSONDEMO35
bin
Debug
JSONDEMO35.exe
JSONDEMO35.vshost.exe
Newtonsoft.Json.Net20.dll
Dll
Documentation.chm
Newtonsoft.Json.Net20.dll
JSONCS2.csproj.user
Properties
Settings.settings
JSONFromCS.zip
JSONFromCS
JSONFromCS.gpState
JSONFromCS.suo
JSONFromCS
bin
JSONFromCS.dll
JSONFromCS.pdb
Newtonsoft.Json.Net20.dll
JSONFromCS.csproj.user
Newtonsoft.Json.Net20.dll
Properties
namespace JSONDEMO35
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(14, 42);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(853, 181);
            this.textBox1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(105, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Text in JSON Format";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(965, 266);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBox1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Jitendra Zaa
Software Developer (Senior) GlobalLogic
India India
Member
From a Nagpur City of Maharashtra currently working as Sr. Software Engineer at GlobalLogic India pvt. Limited.
He has nearly 3 years experience and worked in many technologies like JAVA, PHP, JSP, Struts, Hibernate.
Currently working on .Net technology with C#, ASP and telerik controls.
Also has experience in cloud computing including salesforce.com.
you can reach him at ilovenagpur@gmail.com
Blog:http://www.shivasoft.in/blog

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 6 May 2010
Article Copyright 2010 by Jitendra Zaa
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid