Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:JSONConversionGenerationAndRuntime"

Line 9: Line 9:
  
  
 +
EDT:JSONConversionJavaGenerationAndRuntime
  
==== JavaScript Plugins  ====
+
EDT:JSONConversionJavaScriptGenerationAndRuntime
===== org.eclipse.edt.gen.javascript.templates: =====
+
 
+
===== org.eclipse.edt.runtime.javascript:  =====
+
  
 
=== Testing ===
 
=== Testing ===
 
The Test suite is located in the IBM CVS.
 
The Test suite is located in the IBM CVS.
 
org.eclipse.edt.eunit.test/EGLSource/fvt/Json
 
org.eclipse.edt.eunit.test/EGLSource/fvt/Json

Revision as of 10:16, 17 July 2012

General Information

JSON conversion handles the conversion of records and handlers to JSON.

Common Plugin Details

org.eclipse.edt.compiler:

provides the mof model support. It contains the EGL source for JsonLib external type and the JSONName annotation.


EDT:JSONConversionJavaGenerationAndRuntime

EDT:JSONConversionJavaScriptGenerationAndRuntime

Testing

The Test suite is located in the IBM CVS. org.eclipse.edt.eunit.test/EGLSource/fvt/Json

Back to the top