Discuss general web development questions. Help others and get help from others.
	Moderator:  kfury77 
			
		
		
			
				
								pmk65 							 
									
		Posts:  678 Joined:  Sun Dec 20, 2009 9:58 pmLocation:  Copenhagen, Denmark 
		
						
					
													
							
						
									
						Post 
					 
								by pmk65  Tue Dec 04, 2018 4:41 pm 
			
			
			
			
			
			JSON-Editor 
JSON Editor takes a JSON Schema and uses it to generate an HTML form.
It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, foundation, materialize and jQueryUI).
GitHub: 
https://github.com/json-editor/json-editor 
Also check out the interactive demo: 
https://json-editor.github.io/json-editor/ There are 10 types of people in the world: Those who understand binary and those who don't. 
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								pety 							 
									
		Posts:  187 Joined:  Fri Mar 02, 2012 7:17 pm 
		
						
					
													
							
						
									
						Post 
					 
								by pety  Wed Dec 05, 2018 10:29 am 
			
			
			
			
			
			Awesome, thanks !
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								lumuss 							 
									
		Posts:  1 Joined:  Thu Mar 07, 2019 10:09 am 
		
						
					
													
							
						
									
						Post 
					 
								by lumuss  Thu Mar 07, 2019 10:15 am 
			
			
			
			
			
			
Thanks for sharing. Is Ace Editor required as well? Where can I find the example?
 
		 
				
		
		 
	 
				
		
		
			
				
								pmk65 							 
									
		Posts:  678 Joined:  Sun Dec 20, 2009 9:58 pmLocation:  Copenhagen, Denmark 
		
						
					
													
							
						
									
						Post 
					 
								by pmk65  Thu Mar 07, 2019 11:34 am 
			
			
			
			
			
			I made a Playground page for testing various aspects of the JSON-Editor. It includes several examples.
You can try it here: 
https://pmk65.github.io/jedemov2/dist/demo.html 
ACE Editor is optional. If you don't need it, you don't load it 
There are 10 types of people in the world: Those who understand binary and those who don't. 
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								jonholland 							 
									
		Posts:  1 Joined:  Thu Aug 29, 2019 5:15 am
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by jonholland  Thu Aug 29, 2019 5:20 am 
			
			
			
			
			
			one question: how to store data in database that we are taking from json form
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								pmk65 							 
									
		Posts:  678 Joined:  Sun Dec 20, 2009 9:58 pmLocation:  Copenhagen, Denmark 
		
						
					
													
							
						
									
						Post 
					 
								by pmk65  Sun Sep 01, 2019 2:11 pm 
			
			
			
			
			
			jonholland wrote: one question: how to store data in database that we are taking from json form
See: 
https://github.com/json-editor/json-editor/issues/419 There are 10 types of people in the world: Those who understand binary and those who don't.