I have json data coming in. Some times few jsons are coming together.
ex:
json \x00\x00\x00\x00\x00\x00\xA2\x00\x00է\xF9n[\x00\x00\xFF\xFF\xFF\xFF\x00\x00\xC7 json\x00\x00\x00\x00\x00\x00\xA2\x00\x00է\xF9n[\x00\x00\xFF\xFF\xFF\xFF\x00\x00\xC7json.
\x00\x00\x00\x00\x00\x00\xA2\x00\x00է\xF9n[\x00\x00\xFF\xFF\xFF\xFF\x00\x00\xC7 - is not constant always . it has few special char like 'n[', 'է' which keep on changing.
And every json has this kind of string (\x00\x00\x00\x00\x00\x00\xA2\x00\x00է\xF9n[\x00\x00\xFF\xFF\xFF\xFF\x00\x00\xC7) at the beginning or end of it. All i want is.
1. one json per event
2. no junk values like (\x00\x00\x00\x00\x00\x00\xA2\x00\x00է\xF9n[\x00\x00\xFF\xFF\xFF\xFF\x00\x00\xC7) in the event
Can some one help here please quickly??? Please
↧