uint32类型的对象不可JSON序列化

时间:2019-10-15 04:32:26

标签: python json list multidimensional-array

我有一个由长度不同的列表组成的列表,所有列表都包含整数。我正在尝试将其保存到json并收到错误

volatile double

有没有一种方法可以将该列表保存到json。我该怎么解决。

外部列表中的一项如下所示。

<form autocomplete="off" action="/action_page.php">
  <div class="autocomplete" style="width:1120px;">
    <input id="myInput" type="text" name="myCountry" placeholder="country">
  </div>
  <input onclick="filterSelection('all')" type="submit"> <!-- filterSelection() is the JS function, and I am passing value as 'all'. its working. But I want to pass the submit value from the form.
</form>

我要保存的列表由5000多个这些列表组成。

我正在尝试保存此代码。

> TypeError: Object of type uint32 is not JSON serializable

0 个答案:

没有答案