# Data Processing in Codename One apps

DevFeed: [Data Processing in Codename One apps](<https://devfeed.tech/articles/data-processing-in-codename-one-apps-19279.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/data-processing-in-codename-one-apps/>)

Author: Steve Hannah

Published: 2021-03-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Parsing](<https://devfeed.tech/topics/parsing.md>), [HTML](<https://devfeed.tech/topics/html.md>), [JSON](<https://devfeed.tech/topics/json.md>), [XML](<https://devfeed.tech/topics/xml.md>), [WebView](<https://devfeed.tech/topics/webview.md>)

Tags: [conversion](<https://devfeed.tech/tags/conversion.md>), [data](<https://devfeed.tech/tags/data.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [html](<https://devfeed.tech/tags/html.md>), [json](<https://devfeed.tech/tags/json.md>), [parsing](<https://devfeed.tech/tags/parsing.md>), [webview](<https://devfeed.tech/tags/webview.md>), [xml](<https://devfeed.tech/tags/xml.md>)

## AI overview

A tutorial covering data processing and conversion in Codename One apps, with recipes for parsing JSON, HTML, and XML. It explains using HTMLParser, its asynchronous behavior and webview-based implementation, along with clipboard operations and JavaScript sandbox limitations.

## Source excerpt

The following recipes relate to data processing and conversion in Codename One apps. This includes parsing data like JSON, HTML and XML.