Skip to content

Instantly share code, notes, and snippets.

View mrtl-srn's full-sized avatar

Martial Séron mrtl-srn

View GitHub Profile

Command : jq '.fields | map({(.name): .type}) | add'

Input :

{
  "fields": [
    {
      "name": "titre",
 "type": "TEXT",
@mrtl-srn
mrtl-srn / README.md
Created November 16, 2021 07:19 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@mrtl-srn
mrtl-srn / apirest.md
Last active May 9, 2019 07:48
apirest.md