Commit Graph

2 Commits

Author SHA1 Message Date
Iristyle
4801bdf0fb EthanBrown.SublimeText2.UtilPackages
- Sublime package featuring the best general utility, file manipulation,
   navigation, sidebar enhancements, themes, color schemes, etc
   - AdvancedNewFile, ConsoleExec, EncodingHelper, KeymapManager,
     MoveTab, Navigation History, Open Recent Files, OpenSearchResult,
     RecentActiveFiles, Search Anywhere, SideBarEnhancements,
     Sublime Files, Soda Theme
 - Also includes a custom keybinding package hosted on GitHub
 - Merges in customized settings for User Preferences
 - Fixed minor bug in JSON helpers when adding to a simple map
2013-03-07 21:43:17 -05:00
Iristyle
a96bf479f8 Helpers for merging JSON / PSCustomObject
- For instance, take a stock file and merge in a partial JSON file, filling
   in the differences
 - Handles merging arrays of strings, sorting and removing dupes
 - Handles merging named primitive values over
 - Handles merging together two simple key/value pair maps
 - Handles merging an array of simple key/value pair maps
 - Can convert ConvertTo-Json's hideous Unicode escaping to real chars
 - Provides a workaround for a PS3 bug where JSON strings cannot
   contain " characters
   https://connect.microsoft.com/PowerShell/feedback/details/735978/convertto-json-in-psv3-beta-does-not-support-values-containing-double-quotes
2013-03-07 20:43:18 -05:00