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

EDT:JSONConversionGenerationAndRuntime

General Information

JSON conversion handles the conversion of records, handlers, and dictionaries to/from JSON.

Common Plugin Details

org.eclipse.edt.compiler:

provides the mof model support. It contains the EGL source for JsonLib native 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