This is a json structure compare tool,you can input two json data and run node script to get a comparative report via Beyond Compare.
Compare json schemas smarter.
return the github url from a package.json file
Write minimal node index.js files that require and export siblings by file basename
Lightweight npm postinstall message to invite people to donate to your collective
ESLint Environment for React Native
pack node-style source files from a json stream into a browser bundle
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
A JSON Object of css color names mapped to their hex value
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
an eslint rule plugin companion to babel-eslint
githooks management forked from husky
An experimental ESLint runner for Jest
Babel plugin to transpile import() to a deferred require(), for node
Compare semver version strings to find greater, equal or lesser.
Detect if we were run as a result of `npm publish`
Compress JSON in URL friendly strings
Eslint rule for consistent filenames.
A Sonar test reporter for Jest.
Compile ES2015 block scoping (const and let) to ES5
A Jest processor that prevents CSS module parse errors
Autoload Plugins for PostCSS
Karma reporter with mocha style logging.
Rspec matchers for structured JSON responses. Compare expected keys, value types, or even match values against regular expressions.
A Ruby gem for converting between JSON and TOON format. TOON is a compact serialization format designed for LLMs that reduces token usage by 30-60% compared to JSON. Supports bidirectional conversion, tabular arrays, nested structures, and lossless roundtrips.
RubyTree is a Ruby implementation of the generic tree data structure. It provides simple APIs to store named nodes, and to access, modify, and traverse the tree. The data model is node-centric, where nodes in the tree are the primary structural elements. It supports all common tree-traversal methods (pre-order, post-order, and breadth first). RubyTree mixes in the Enumerable and Comparable modules and behaves like a standard Ruby collection (iteration, comparison, etc.). RubyTree also includes a binary tree implementation, which provides in-order node traversal besides the other methods. RubyTree can import from and export to JSON, and supports Ruby’s object marshaling.
Geoptima is a suite of applications for measuring and locating mobile/cellular subscriber experience on GPS enabled smartphones. It is produced by AmanziTel AB in Helsingborg, Sweden, and supports many phone manufacturers, with free downloads from the various app stores, markets or marketplaces. This Ruby library is capable of reading the JSON format files produced by these phones and reformating them as CSV, GPX and PNG for further analysis in Excel. This is a simple and independent way of analysing the data, when compared to the full-featured analysis applications and servers available from AmanziTel. If you want to analyse a limited amount of data in excel, or with Ruby, then this GEM might be for you. If you want to analyse large amounts of data, from many subscribers, or over long periods of time then rather consider the NetView and Customer IQ applications from AmanziTel at www.amanzitel.com. Current features available in the library and the show_geoptima command: * Import one or many JSON files * Organize data by device id (IMEI) into datasets * Split by event type * Time ordering and time correlation (associate data from one event to another): ** Add GPS locations to other events (time window and interpolation algorithms) ** Add signal strenth, battery level, etc. to other events * Export event tables to CSV format for further processing in excel * Make and export GPS traces in GPX and PNG format for simple map reports The amount of data possible to process is limited by memory, since all data is imported in ruby data structures for procssing. If you need to process larger amounts of data, you will need a database-driven approach, like that provided by AmanziTel's NetView and Customer IQ solutions. This Ruby gem is actually used by parts of the data pre-processing chain of 'Customer IQ', but it not used by the main database and statistics engine that generates the reports.