J2ME的JSON解析器 [英] JSON parser for J2ME

查看:126
本文介绍了J2ME的JSON解析器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个适用于J2ME / CLDC 1.1的基本JSON解析器。

I need a basic JSON parser that works with J2ME / CLDC 1.1.

Google搜索会在此返回大量答案(有些甚至在stackoverflow上),但它似乎都指向不再可用的库和解决方案(例如,批次指向应该在json.org站点上的实现,但至少我找不到任何不是J2SE的东西)。

A Google search returns tons of answers on this (some even on stackoverflow), but it appears that all point to libraries and solutions that are no longer available (for example, lots point to an implementation that is supposed to be on the json.org site, but at least I can't find anything that isn't J2SE only there).

到目前为止,我最大的希望是这里链接的来源: https://meapplicationdevelopers.dev.java.net/mobileajax.html ,但从那个我甚至找不到直接下载代码的方式。

My best hope so far is the source linked here: https://meapplicationdevelopers.dev.java.net/mobileajax.html, but from that one I can't even find a straight forward way to download the code.

鉴于Java在所有其他方面的成熟状态,肯定必须有一个地方我可以使用预编译的JAR来从J2ME解析JSON吗?

Given the mature state of Java in all other aspects, surely there must be somewhere I can get a pre-compiled JAR to use for parsing JSON from J2ME?

推荐答案

在收到ZZ Coder接受的答案后,我下载了链接的鳕鱼e并从中构建了一个JAR。

After getting the accepted answer from ZZ Coder, I downloaded the linked code and built a JAR from it.

因此,如果你需要为J2ME / CLDC编译JSON序列化器/解串器,你可以在这里找到源代码: https://bitbucket.org/liedman/json-me

So in case you need a compiled JSON serializer/deserializer for J2ME/CLDC, you can find the source code here: https://bitbucket.org/liedman/json-me

这篇关于J2ME的JSON解析器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆