数据解析String count;count就是下面的数据。希望各位能帮个忙

问题描述

数据解析String count;count就是下面的数据。希望各位能帮个忙

addPolizeisacheList{
polizeisacheList{
bicycleOwner{
id: 53bicycleOwnerName: "34527424034427021153"gender: 0iDCardNumber: "320211199408090712"phone: "15312362612"address: "344270212346265267346265246344270234"username: "owner53"domicile: "346261237350213217350213217345267236"createTime: 1454320052799
}bicycle{
id: 117bicycleOwnerID: 53model: "45"color: "415"number: "45"vehicleIdentifyNumber: "56"motorNumber: "45"price: "45"shoppingPoint: "45"shoppingTime: "2016-01-28"licenseUrl: "/picture/bicycle/2016/04/6b13d4b8-4aaa-4137-8e03-0b2d27713b6d.png"brandUrl: "/picture/bicycle/2016/04/e148a7f4-4d80-42a3-8a17-0cf0be29396c.png"frontUrl: "/picture/bicycle/2016/04/5de4e9dd-e523-4706-a9df-4a8042356bae.png"backUrl: "/picture/bicycle/2016/04/3cdb7ac7-8816-4ff7-b6de-6ea972ad5c32.png"IdentityCardForwardUrl: "/picture/bicycle/2016/04/01427ca8-cda7-49d3-bf9e-8707086bc26b.png"IdentityCardBackUrl: "/picture/bicycle/2016/04/41e69903-e583-4724-a232-187ac50ea77d.png"batteryNumber: "45"rfid: 19616434createTime: 1460183312000policeStationID: 11theftStatus: 1
}happeningTime: 1461639765000reporter: "34527424034427021153"phone: "53"happeningPlace: "w"description: "w"policemans{
id: 195name: "345274240351224246351272237"number: "002"
}policemans{
id: 195name: "345274240351224246351272237"number: "002"
}policemans{
id: 196name: "347224260347247213347237263"number: "ht003"
}policeStations{
id: 11policeStationName: "346250252346262224346211200"
}policeStations{
id: 51policeStationName: "java345274200345217221347273204"
}handleTime: 1460183312000handleTime: 1461639767000handleTime: 1461654339318status: 1trackList{

}

}
}lastPushTime: 1462351346resutl: true

解决方案

这就是标准的json格式,用你用的语言+json解析作为关键字,google下就有。

解决方案二:


05-05 10:53:38.834: W/System.err(10449): org.json.JSONException: Value lastPushTime of type java.lang.String cannot be converted to JSONObject
05-05 10:53:38.835: W/System.err(10449): at org.json.JSON.typeMismatch(JSON.java:111)
05-05 10:53:38.836: W/System.err(10449): at org.json.JSONObject.(JSONObject.java:158)
05-05 10:53:38.837: W/System.err(10449): at org.json.JSONObject.(JSONObject.java:171)
05-05 10:53:38.838: W/System.err(10449): at cn.bearhunting.push.service.NettyService.onData(NettyService.java:110)
05-05 10:53:38.839: W/System.err(10449): at cn.bearhunting.push.netty.handler.MessageHandler.channelRead0(MessageHandler.java:50)
05-05 10:53:38.839: W/System.err(10449): at cn.bearhunting.push.netty.handler.MessageHandler.channelRead0(MessageHandler.java:1)
05-05 10:53:38.840: W/System.err(10449): at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
05-05 10:53:38.841: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.842: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.842: W/System.err(10449): at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
05-05 10:53:38.843: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.844: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.845: W/System.err(10449): at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
05-05 10:53:38.846: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.847: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.847: W/System.err(10449): at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1110)
05-05 10:53:38.848: W/System.err(10449): at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:968)
05-05 10:53:38.849: W/System.err(10449): at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:349)
05-05 10:53:38.850: W/System.err(10449): at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
05-05 10:53:38.851: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.852: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.853: W/System.err(10449): at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
05-05 10:53:38.854: W/System.err(10449): at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
05-05 10:53:38.855: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
05-05 10:53:38.856: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:430)
05-05 10:53:38.857: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:384)
05-05 10:53:38.858: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
05-05 10:53:38.858: W/System.err(10449): at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
05-05 10:53:38.859: W/System.err(10449): at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
05-05 10:53:38.860: W/System.err(10449): at java.lang.Thread.run(Thread.java:838)

我把count转jsons时候出这个错了

解决方案三:

05-05 10:53:38.834: W/System.err(10449): org.json.JSONException: Value lastPushTime of type java.lang.String cannot be converted to JSONObject
05-05 10:53:38.835: W/System.err(10449): at org.json.JSON.typeMismatch(JSON.java:111)
05-05 10:53:38.836: W/System.err(10449): at org.json.JSONObject.(JSONObject.java:158)
05-05 10:53:38.837: W/System.err(10449): at org.json.JSONObject.(JSONObject.java:171)
05-05 10:53:38.838: W/System.err(10449): at cn.bearhunting.push.service.NettyService.onData(NettyService.java:110)
05-05 10:53:38.839: W/System.err(10449): at cn.bearhunting.push.netty.handler.MessageHandler.channelRead0(MessageHandler.java:50)
05-05 10:53:38.839: W/System.err(10449): at cn.bearhunting.push.netty.handler.MessageHandler.channelRead0(MessageHandler.java:1)
05-05 10:53:38.840: W/System.err(10449): at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
05-05 10:53:38.841: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.842: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.842: W/System.err(10449): at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
05-05 10:53:38.843: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.844: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.845: W/System.err(10449): at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
05-05 10:53:38.846: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.847: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.847: W/System.err(10449): at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1110)
05-05 10:53:38.848: W/System.err(10449): at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:968)
05-05 10:53:38.849: W/System.err(10449): at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:349)
05-05 10:53:38.850: W/System.err(10449): at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
05-05 10:53:38.851: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
05-05 10:53:38.852: W/System.err(10449): at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
05-05 10:53:38.853: W/System.err(10449): at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
05-05 10:53:38.854: W/System.err(10449): at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
05-05 10:53:38.855: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
05-05 10:53:38.856: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:430)
05-05 10:53:38.857: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:384)
05-05 10:53:38.858: W/System.err(10449): at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
05-05 10:53:38.858: W/System.err(10449): at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
05-05 10:53:38.859: W/System.err(10449): at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
05-05 10:53:38.860: W/System.err(10449): at java.lang.Thread.run(Thread.java:838)

时间: 2024-11-27 13:13:11

数据解析String count;count就是下面的数据。希望各位能帮个忙的相关文章

应对数据解析难题 惠普高层解读大数据困惑

[天极网直击惠普全球之旅北京站]大数据蕴含大价值已经是当前的普遍共识,但是大数据的处理也成为一个世界性的难题.惠普在大数据方面为用户提供了什么样的解决方案呢?惠普企业业务集团技术服务事业部亚太及日本地区副总裁.咨询服务业务总监Mohan Krishnan针对惠普的大数据解决方案做了介绍. 我们的生产生活中每天都产生数据,而且每个企业所产生的数据足迹都是独一无二的,这就导致需要处理的数据类型和内容有极大区别.同时非结构化数据占据了80%,非结构化数据的信息量和信息的重要程度很难被界定,也就成为了数

数据解析需有的放矢 切忌鼻子眉毛一把抓

    数据解析在我们的线上推广一直都扮演者一个关键的角色.作为军事迷的笔者会把数据解析看做是一个空军战队中的预警机,一个空军战队无论你多么先进战机,如果没有预警机进行敌情侦查.战场侦查.空中指挥等等,那么都是一些无头苍蝇,发挥不出真正的战力.纵观现今的线上营销,很多企业在进行数据解析的时候都喜欢鼻子眉毛一把抓,局限于分析网站最近的ip.pv变化.转换率等等,很少企业可以做到真正有的放矢的数据解析 现在的线上推广方式五花八门,模式也有很多,但是即是是相同的模式且拥有相同资源,不同的产品的营销效果

iOS数据解析UI_14

数据解析:就是按照约定(假象)好的格式提取数据的过程就叫解析:  提供数据方(后台):工作就是把数据按照一定的格式存储起来  提取数据方(前台):工作就是把数据按照一定的格式读取出来  主流的格式:XML格式  /   JSON格式  ,此两种格式无论前台还是后台都必须熟悉    XML以标签的形式存在,标签由开始标签和结束标签,这一对标签就做节点:  没有父节点的节点叫做根节点,没有子节点的节点就做叶子节点,而我们要使用的数据都在叶子节点中存储:  XML解析的两种工作原理:  1.SAX  

iOS - XML 数据解析

前言 @interface NSXMLParser : NSObject public class NSXMLParser : NSObject 1.XML 数据 XML(Extensible Markup Language)是可扩展标记语言的缩写,其中的标记(markup)是关键部分.可以创建内容,然后使用限定标记标记它,从而使每个单词.短语或块成为可识别.可分类的信息.创建的文件或文档实例由元素(标记)和内容构成.当从打印输出读取或以电子形式处理文档时,元素能够帮助更好地理解文档.元素的描述

serialport数据解析问题,请高手帮忙!

问题描述 通过C#的serialport控件,读取串口数据.解析得到的数据位和数据都和串口助手数据对不上.如:023130202020202020302020202020300D--助手 02313F3F20202020203F3F202020203F3F300D--serialportvoidcomm_DataReceived(objectsender,SerialDataReceivedEventArgse){#regionoldSrcif(Closing)return;//如果正在关闭,忽

Android网络之数据解析----使用Google Gson解析Json数据

[正文] 文章回顾: Android网络之数据解析----SAX方式解析XML数据 一.Json数据的介绍                                                                                                                 Json(JavaScript Object Notation) 是一种轻量级的数据交换格式.它基于JS的一个子集. Json采用完全独立于语言的文本格式,这使得Jso

Android随手笔记44之JSON数据解析_Android

JSON(JavaScript Object Notation)是一种轻量级的数据交换格式,采用完全独立于语言的文本格式,为Web应用开发提供了一种理想的数据交换格式. 本文将主要介绍在Android开发中,如何在服务器端创建JSON数据,以及如何在Android客户端对JSON数据进行解析. 1.JSON数据结构 在JSON中有两种数据结构:对象和数组. 1.1对象 在JSON中,一个对象以"{"(左括号)开始,"}"(右括号)结束.每个"名称"

以麦当劳,肯德基优惠券接口数据为例进行的数据解析方法,简单易懂

以麦当劳,肯德基优惠券接口数据为例进行的数据解析方法,简单易懂,这是我个人觉得是一种比较简单易懂的json数据解析方法: 看下其中一个类的代码 package com.example.text_json_deno_model; import java.util.ArrayList; import java.util.List; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject;

JSON 模式(Schema)与数据解析

JSON 模式(Schema) JSON 模式是一种基于 JSON 格式定义 JSON 数据结构的规范 JSON 模式用于描述现有数据格式,干净的人类和机器可读的文档,完整的结构验证,有利于自动化测试,可用于验证客户端提交的数据 JSON 模式验证库 目前有好几个验证器可用于不同的编程语言.但是目前最完整和兼容 JSON 模式的验证器是 JSV JSON 模式示例 { "$schema": "http://json-schema.org/draft-04/schema#&qu