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.
Pig で使用する関数を Python で実行しています。Pig は Jython を使用して Python を実行するため、json インポートにアクセスできません。
私は辞書を書いてそれをjsonとして使用しようとしましたが、 "の代わりに ' があるため、有効なJsonではありません。何か提案はありますか?
これはすべての状況で機能するわけではありません。ただし、ほとんどの場合、replaceを使用して引用符を変更できます。
output.replace("'", '"')