Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format button fails. #21

Closed
yaroslavyaroslav opened this issue May 1, 2019 · 0 comments
Closed

Format button fails. #21

yaroslavyaroslav opened this issue May 1, 2019 · 0 comments

Comments

@yaroslavyaroslav
Copy link

Briefly describe your problem when use Baby.

Format button make JSON invalid.

JSON String

{
  "suggestions": [
    {
      "value": "ООО \"ГЕЙТВЕЙ\"",
      "unrestricted_value": "ООО \"ГЕЙТВЕЙ\"",
      "data": {
        "kpp": "773401001",
        "capital": null,
        "management": {
          "name": "Лащевкер Олег Дмитриевич",
          "post": "ГЕНЕРАЛЬНЫЙ ДИРЕКТОР"
        },
        "founders": null,
        "managers": null,
        "branch_type": "MAIN",
        "branch_count": 0,
        "source": null,
        "qc": null,
        "hid": "26ef93fc1581f1e38913dca6e8b2572ad6788da0c5043b9b9b1ff183d6e4a73e",
        "type": "LEGAL",
        "state": {
          "status": "ACTIVE",
          "actuality_date": 1546300800000,
          "registration_date": 905990400000,
          "liquidation_date": null
        },
        "opf": {
          "type": "2014",
          "code": "12300",
          "full": "Общество с ограниченной ответственностью",
          "short": "ООО"
        },
        "name": {
          "full_with_opf": "ОБЩЕСТВО С ОГРАНИЧЕННОЙ ОТВЕТСТВЕННОСТЬЮ \"ГЕЙТВЕЙ\"",
          "short_with_opf": "ООО \"ГЕЙТВЕЙ\"",
          "latin": null,
          "full": "ГЕЙТВЕЙ",
          "short": "ГЕЙТВЕЙ"
        },
        "inn": "7734187531",
        "ogrn": "1027739512954",
        "okpo": null,
        "okved": "52.29",
        "okveds": null,
        "authorities": null,
        "documents": null,
        "licenses": null,
        "address": {
          "value": "г Москва, ул Расплетина, д 24",
          "unrestricted_value": "г Москва, р-н Щукино, ул Расплетина, д 24",
          "data": {
            "postal_code": "123060",
            "country": "Россия",
            "region_fias_id": "0c5b2444-70a0-4932-980c-b4dc0d3f02b5",
            "region_kladr_id": "7700000000000",
            "region_with_type": "г Москва",
            "region_type": "г",
            "region_type_full": "город",
            "region": "Москва",
            "area_fias_id": null,
            "area_kladr_id": null,
            "area_with_type": null,
            "area_type": null,
            "area_type_full": null,
            "area": null,
            "city_fias_id": "0c5b2444-70a0-4932-980c-b4dc0d3f02b5",
            "city_kladr_id": "7700000000000",
            "city_with_type": "г Москва",
            "city_type": "г",
            "city_type_full": "город",
            "city": "Москва",
            "city_area": "Северо-западный",
            "city_district_fias_id": null,
            "city_district_kladr_id": null,
            "city_district_with_type": "р-н Щукино",
            "city_district_type": "р-н",
            "city_district_type_full": "район",
            "city_district": "Щукино",
            "settlement_fias_id": null,
            "settlement_kladr_id": null,
            "settlement_with_type": null,
            "settlement_type": null,
            "settlement_type_full": null,
            "settlement": null,
            "street_fias_id": "77c863ef-4699-44c2-accd-440d0051b68e",
            "street_kladr_id": "77000000000245200",
            "street_with_type": "ул Расплетина",
            "street_type": "ул",
            "street_type_full": "улица",
            "street": "Расплетина",
            "house_fias_id": "6ded6c26-cc50-479e-8f9a-92f845179f1b",
            "house_kladr_id": "7700000000024520066",
            "house_type": "д",
            "house_type_full": "дом",
            "house": "24",
            "block_type": null,
            "block_type_full": null,
            "block": null,
            "flat_type": null,
            "flat_type_full": null,
            "flat": null,
            "flat_area": null,
            "square_meter_price": null,
            "flat_price": null,
            "postal_box": null,
            "fias_id": "6ded6c26-cc50-479e-8f9a-92f845179f1b",
            "fias_code": "77000000000000024520066",
            "fias_level": "8",
            "fias_actuality_state": "0",
            "kladr_id": "7700000000024520066",
            "geoname_id": null,
            "capital_marker": "0",
            "okato": "45283587000",
            "oktmo": "45372000",
            "tax_office": "7734",
            "tax_office_legal": "7734",
            "timezone": "UTC+3",
            "geo_lat": "55.7944205",
            "geo_lon": "37.4843382",
            "beltway_hit": "IN_MKAD",
            "beltway_distance": null,
            "metro": [
              {
                "name": "Октябрьское поле",
                "line": "Таганско-Краснопресненская",
                "distance": 0.6
              },
              {
                "name": "Панфиловская",
                "line": "МЦК",
                "distance": 1.1
              },
              {
                "name": "Зорге",
                "line": "МЦК",
                "distance": 1.5
              }
            ],
            "qc_geo": "0",
            "qc_complete": null,
            "qc_house": null,
            "history_values": null,
            "unparsed_parts": null,
            "source": "123060, ГОРОД МОСКВА, УЛИЦА РАСПЛЕТИНА, 24",
            "qc": "0"
          }
        },
        "phones": null,
        "emails": null,
        "ogrn_date": 1036540800000,
        "okved_type": "2014"
      }
    }
  ]
}
@yaroslavyaroslav yaroslavyaroslav closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant