Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

[🛠️Refactor]:NLP関連のJSONカラムで2次元配列にしているものをやめる #569

@usuyuki

Description

@usuyuki

🛠️ 概要

[
    [
        "箱",
        792
    ],
    [
        "朝",
        495
    ],
]

みたいなのを

[
    {
        "箱",
        792
    },
    {
        "朝",
        495
    },
]

なぜ必要

データ形式が場所に酔って違うのが開発体験とても悪いので1次元配列でオブジェクト格納に統一する

備考

Metadata

Metadata

Assignees

No one assigned

    Labels

    🛠️refactorリファクタリング周り

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions