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 8: Line 8:
 
provides the mof model support. It contains the EGL source for JsonLib external type and the JSONName annotation.  
 
provides the mof model support. It contains the EGL source for JsonLib external type and the JSONName annotation.  
  
 +
[[EDT:JSONConversionJavaGenerationAndRuntime]]
  
EDT:JSONConversionJavaGenerationAndRuntime
 
  
EDT:JSONConversionJavaScriptGenerationAndRuntime
+
[[EDT:JSONConversionJavaScriptGenerationAndRuntime]]
  
 
=== 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:20, 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