Data format
Forum » projects / jmxterm » Data format
Started by: Mark (guest)
On: 1264037573|%e %b %Y, %H:%M %Z|agohover
Number of posts: 2
rss icon RSS: New posts
Summary:
What is the data format used?
Data format
Mark (guest) 1264037573|%e %b %Y, %H:%M %Z|agohover

Hi,

I'm controlling jmxterm from a Python script, and I'd like an automated way to funnel the data returned in Python objects. What is the data format that is used to return the values?

Thanks,

Mark

Reply  |  Options
Unfold Data format by Mark (guest), 1264037573|%e %b %Y, %H:%M %Z|agohover
Re: Data format
jiaqijiaqi 1268722368|%e %b %Y, %H:%M %Z|agohover

I don't have an official document yet. Will create one.
In short, the format is either of following three:

For Collection or array, it's [ ele1, ele2, …], the expression of element follows same rules
For Map, it's { key1 = value1, key2 = value2, …}, the expression of key and value follows same rules
For others, it's what toString() returns.

Reply  |  Options
Unfold Re: Data format by jiaqijiaqi, 1268722368|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License