memory_info didn't load correctly because the json placed a comma after every entry which is fine,
but it also placed one after the final entry, so the values couldn't load.
I added another value after the final comma.
After doing this memory_info now correctly displays information.
memory_info didn't load correctly because the json placed a comma after every entry which is fine, but it also placed one after the final entry, so the values couldn't load.
I added another value after the final comma.
After doing this memory_info now correctly displays information.
I run it with python.