Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Padrino Admin インターフェイスで配列フィールドを持つオブジェクトを編集すると、引用符がエスケープされ、MongoDB が配列を配列として認識しなくなります。
フィールドは、オブジェクト モデル定義で配列として正しく定義されています。
何か案は?
編集: 配列はコントローラーの post および put メソッドによって受信されます。ドキュメントが MongoDB に永続化された後、エスケープされて文字列になります。たぶんこれはMongoDBのシリアル化に関係していますか?