On Sun, 21 Aug 2016 15:53:35 +0200
Maurizio Marini <mau...@datalogica.com> wrote:

 when I try to purge old used (last used
> sort column) password.

How are you doing this?  I checked, and my file is much smaller, only
about 9KB.

> Hopefully someone of you was faced with similar issues and can
> suggest me a solution

If you are somewhat handy with python, you could use the json module,
https://docs.python.org/2.7/library/json.html,
http://stackoverflow.com/questions/21035762/python-read-json-file-and-modify,
http://stackoverflow.com/questions/13949637/how-to-update-json-file-with-python,
to import the file, edit it the way you want, and write it back out.  I
suggest doing this on a copy.

You could go here,
http://www.jsoneditoronline.org/
and edit your json.  But if there is sensitive information in the file,
I wouldn't recommend that.

A conversation with lots of information about this topic.  Most of it
might be useless to you, but maybe not.  They mention that there are
plugins for firefox and chrome to edit json.
https://news.ycombinator.com/item?id=12063626
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to