Skip to content

Add JSON encoding for int and float types

Colm Talbot requested to merge json-int-float-saving into master

I've noticed issues at various times when there are np.integer or np.floating types being written to JSON, this MR will allow those to be saved.

Merge request reports