Skip to content

Releases: truocphan/json-duplicate-keys

2025.7.1

01 Jul 10:46
Compare
Choose a tag to compare

json-duplicate-keys v2025.7.1

  • [Updated] Fixed some issues when loading JSON strings with skipDuplicated option
  • [Updated] Allow loading of JSON data in byte string format
  • [Updated] Issue with getting and setting an empty list

Full Changelog: 2025.6.6...2025.7.1

2025.6.6

05 Jun 18:25
Compare
Choose a tag to compare

json-duplicate-keys v2025.6.6

  • [Updated] Added skipDuplicated parameter to load and loads functions to improve performance when parsing large JSON strings by skipping duplicate keys.

Full Changelog: 2024.12.12...2025.6.6

2024.12.12

12 Dec 14:34
Compare
Choose a tag to compare

New: insert function

Full Changelog: 2024.11.28...2024.12.12

2024.11.28

28 Nov 03:02
Compare
Choose a tag to compare

Fixed: Add subkey name to empty dict of existing key name

Full Changelog: 2024.11.19...2024.11.28

2024.11.19

19 Nov 13:43
Compare
Choose a tag to compare
  • Updated: Allows getting (JSON_DUPLICATE_KEYS.get), setting (JSON_DUPLICATE_KEYS.set), updating (JSON_DUPLICATE_KEYS.update), deleting (JSON_DUPLICATE_KEYS.delete) JSON_DUPLICATE_KEYS objects with case-insensitive key names

Full Changelog: 2024.7.17...2024.11.19

2024.7.17

17 Jul 09:57
Compare
Choose a tag to compare
  • Fixed: issue #3 break the set function when the key's value is empty. Thanks ptth222 for reporting this issue.

Full Changelog: 2024.4.20...2024.7.17

2024.4.20

20 Apr 16:07
Compare
Choose a tag to compare
  • New: filter_values
  • Updated: filter_keys

Full Changelog: 2024.3.24...2024.4.20

2024.3.24

24 Mar 11:10
Compare
Choose a tag to compare
  • Updated: normalize_key, loads, get, set, update, delete

Full Changelog: 2024.2.21...2024.3.24

2024.2.21

21 Feb 04:05
Compare
Choose a tag to compare
  • Added new function: 𝐉𝐒𝐎𝐍_𝐃𝐔𝐏𝐋𝐈𝐂𝐀𝐓𝐄_𝐊𝐄𝐘𝐒.𝐟𝐢𝐥𝐭𝐞𝐫_𝐤𝐞𝐲𝐬()

Full Changelog: 2024.2.3...2024.2.21

2024.2.3

03 Feb 15:39
Compare
Choose a tag to compare