S
S
Semi2012-03-01 00:04:28
Parsing
Semi, 2012-03-01 00:04:28

json-like structure

The task is to extract data from files with the following structure:

{
  stereotypes=( o7lIzKyGAqHSAQdb );	
  taggedValues={976ZGqyGAqHSAZUP:"":TaggedValueContainer {
    Child=(
      {976ZGqyGAqHSAZUQ:"ID":TaggedValue {
        documentation="";
        pmLastModified="1330412829855";
        pmAuthor="Sa";
        tagDefinition=<o7lIzKyGAqHSAQdb$o7lIzKyGAqHSAQea$E7lIzKyGAqHSAQeh>;
        pmCreateDateTime="1328631348719";
        _modelViews=NULL;
        value_string="A61DB8AC-C83C-4166-AD15-63A210F5E7B9";
        _modelEditable=T;
      }}
)}

...

}}

Can you tell me what format this is? Maybe some “analogue” of json, only called differently ...
Or, if this is not a standard thing (which I still hope for :) ) - with the help of what tools it is easier to parse it ...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
VerstovAS, 2012-03-01
@VerstovAS

Can you see the whole file? I understand that this is some kind of unloading from UML or something related to it? try to import in UML editor

A
Alexey Sundukov, 2012-03-01
@alekciy

Can json have any special format (ignoring JSON Schema)? json container, what is stuffed there is there. In this sense, the above example is the most common json without any "analogue".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question