How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A JSON polyfill. No longer maintained.
The main features of bestiejs/json3 are: Polyfills and Compatibility, General Utilities.
Projects with overlapping indexed features include: scottjehl/picturefill — Picturefill is a responsive image polyfill that adds support for the picture element, srcset, and sizes attributes in… 404labfr/laravel-impersonate — Laravel Impersonate is a plugin that allows you to authenticate as your users. 40ants/log4cl-json — JSON appender for log4cl. 5anthosh/fcal. a0-prw/simple-currency — simple-currency is a Common Lisp library which converts between currencies using foreign exchange information… 3b/3bmd — markdown processor in CL using esrap parser.
Picturefill is a responsive image polyfill that adds support for the picture element, srcset, and sizes attributes in browsers that lack native implementation. It emulates the picture element with source media queries and format fallbacks, providing responsive image selection based on viewport size and device pixel ratio. The polyfill reevaluates responsive image sources after dynamic DOM changes to keep displayed images correct, and delivers alternative image formats like WebP with automatic fallback to standard formats in unsupported browsers. It also conserves bandwidth by selecting smalle
Laravel Impersonate is a plugin that allows you to authenticate as your users.