Regex for any js string for representing an object or array containing any number of array or object?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjavascript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Acorn

    A small, fast, JavaScript-based JavaScript parser

  • If you're trying to determine if a string is valid Javascript then your best bet is to use a JS parser like Acorn. Trying to DIY parsing with just regex is a good way to end up incredibly frustrated.

  • RegExr

    RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.

  • Check the snippets here https://regexr.com, can also test different strings against it to confirm it is what you need.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: I built an AI agent that upgrades NPM packages

    2 projects | news.ycombinator.com | 10 May 2024
  • Ask HN: I have been unable to land a job in two years, does anybody

    1 project | news.ycombinator.com | 3 May 2024
  • Updating legacy code to php 8.x

    1 project | dev.to | 30 Apr 2024
  • Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead

    1 project | dev.to | 29 Apr 2024
  • Migrate to React 19 with ast-grep

    2 projects | dev.to | 28 Apr 2024