Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 853E0DB47 for ; Tue, 11 Dec 2012 16:07:26 +0000 (UTC) Received: (qmail 3163 invoked by uid 500); 11 Dec 2012 16:07:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 3046 invoked by uid 500); 11 Dec 2012 16:07:24 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 3032 invoked by uid 99); 11 Dec 2012 16:07:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 16:07:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.212.52] (HELO mail-vb0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 16:07:18 +0000 Received: by mail-vb0-f52.google.com with SMTP id ez10so3658972vbb.11 for ; Tue, 11 Dec 2012 08:06:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding :x-gm-message-state; bh=EB1NI6I+zJ7dCy1U563TY2sZB8n8Y0uGDNYrzFTkWWs=; b=MJ/RrVTGK6PD5tw91CqNjh2N4M4bArx6m3QxuP0/CB+sEtvKHi0E/pQOo4oeY1BLFP 93CQFMlS+sTXcYPzWZDd/XodryTjADdDztJVWzJHFUIMmRJ5f0WLMdb/R+7X1gdMjxhG 5iKa0kP4Ko2roF0FuOAhPcJp2Rz0oB+KLms5NnJNpljnKF0Su+4imJiazLA5++M6er8e IIW9pLUxtcScuIWrETVoRjaQP+qpk8LMVIsH9Jh/QAx9DoPnqHcNDCCvMosN00JYkolk XP29hmXqp01Pmhu3cN00cGeywCrVXOU2dtWy+SGInwYPgkAD39IZJhME+PuLMeXwLJyY Cd6A== MIME-Version: 1.0 Received: by 10.220.155.212 with SMTP id t20mr11340717vcw.55.1355242016935; Tue, 11 Dec 2012 08:06:56 -0800 (PST) Received: by 10.58.80.40 with HTTP; Tue, 11 Dec 2012 08:06:56 -0800 (PST) X-Originating-IP: [84.112.19.176] In-Reply-To: References: Date: Tue, 11 Dec 2012 17:06:56 +0100 Message-ID: Subject: Re: json editor in js From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnwH9Cxp4z2gmJCVtV9aZM4r5EFbx6xmYGYVYgHtMt+T5NBcHPwfFoCDuyIVfm7tLjmQpTM X-Virus-Checked: Checked by ClamAV on apache.org On 11 December 2012 16:04, Benoit Chesneau wrote: > Hello, > > I am actually working on a couchapp and need to add a json editor to it. > Any idea about it ? Maybe something that could work with codemirror but > that isn't a strong requirement. > > Anyway any recommendation is appreciated. > > - beno=EEt Garren already had a crack for futon2 https://github.com/garrensmith/futon2/commit/781ef9be3729f44c2c879e8e7aed7a= c86e69db47 which uses https://github.com/wjosdejong/jsoneditoronline http://www.jsoneditoronline.org/ under the hood. There's also Ben's https://github.com/bigbluehat/reformed A+ Dave