Skip to content

issues Search Results · repo:ljharb/json-stable-stringify language:JavaScript

Filter by

12 results
 (79 ms)

12 results

inljharb/json-stable-stringify (press backspace or delete to remove)

Title: patch-package patches break after upgrade from v1.2.1 to v1.3.0 Description: After upgrading json-stable-stringify from version 1.2.1 to 1.3.0, my existing patch-package patches no longer apply ...
  • the-erin-collective
  • 11
  • Opened 
    on Jun 10
  • #21

Expected The included types to match the previously typed return type string. Actual The new types returns string | undefined which requires substantial code rewrites as it needs to handle undefined values ...
  • jmrnilsson
  • 2
  • Opened 
    on Jan 31
  • #19

I ve run into an issue after switching from the standard JSON.stringify() function to this library. Up to and including v1.2.1 and using Node v22.10.2, the library seems to serialize rawJSON as an object ...
  • CJxD
  • 4
  • Opened 
    on Dec 24, 2024
  • #18

When depending on json-stable-stringify in an Angular 12 project, I get this warning: Warning: [...] depends on json-stable-stringify . CommonJS or AMD dependencies can cause optimization bailouts. For ...
  • maximebochon
  • 1
  • Opened 
    on Sep 6, 2024
  • #16

I d love to have (an option for?) empty arrays/objects be outputted on the same line. For example, given the data: const data = { a: [], b: {} }; Running stringify(data, { space: 2 }) returns: { ...
enhancement
help wanted
  • movingobjects
  • 3
  • Opened 
    on Apr 11, 2024
  • #15

thanks for the great package! just curious whether it d make sense to remote the status badge images pointing to testling travis, since they both seem unused (testling is saying that it s not working ...
  • gregsadetsky
  • 1
  • Opened 
    on Feb 16, 2024
  • #14

given: let data = { a : { a : [ c , b , a ] } } running stringify(data, { space: 2 }); does not sort the array. instead, it was unsorted. Result: { a : { a : [ c , b , a ] } ...
  • jerrywoo96
  • 4
  • Opened 
    on Jan 26, 2024
  • #12

I want to add a pre-commit hook to sort Contents.json files generated for Xcode (or by xcode), and in its flavor of json there is a space before colon. To reduce diff, I d like to follow xcode s rules. ...
  • Scvairy
  • 1
  • Opened 
    on Jan 22, 2024
  • #11

We upgraded our project which deals with large JSON files (~250MiB) to 1.1.0. Using 1.1.0 we are seeing two performance-related regressions depending on whether we have a max-old-space-size setting in ...
  • mdouglass
  • 7
  • Opened 
    on Jan 15, 2024
  • #9

I noticed in the README here all the examples use var. Var is a very oldschool syntax and basically all usage of it is now an antipattern. Can we please update the examples to use the const keyword? ...
documentation
good first issue
help wanted
  • JimLynchCodes
  • 2
  • Opened 
    on Dec 7, 2023
  • #7
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub