Skip to content

Instantly share code, notes, and snippets.

{
"employees": {
"employee": [
{
"id": "1",
"firstName": "Tom",
"lastName": "Cruise",
"photo": "https://jsonformatter.org/img/tom-cruise.jpg"
},
{
<?xml version="1.0" encoding="UTF-8" ?>
<employees>
<employee>
<id>1</id>
<firstName>Leonardo</firstName>
<lastName>DiCaprio</lastName>
</employee>
<employee>
<id>2</id>
<firstName>Johnny</firstName>
@jimmibond
jimmibond / yaml-sample
Last active September 21, 2017 08:59
yaml sample
Director:
name: Spielberg
Movies:
- Movie: {title: E.T., year: 1975}
- Movie: {title: Jaws, year: 1982}
.menu_simple {
width: 100%;
background-color: #005555;
}
.menu_simple ul {
margin: 0;
padding: 0;
float: left;
}
.menu_simple ul li {
{
"name": "Mario",
"surname": "Rossi",
"active": true,
"favoriteNumber": 42,
"birthday": {
"day": 1,
"month": 1,
"year": 2000
},
@jimmibond
jimmibond / sample.jade
Created July 30, 2018 18:22
jade sample
doctype html
html
head
title my jade template
body
h1 Greetings, #{name}
@jimmibond
jimmibond / sample.html
Created July 30, 2018 18:41
html sample data
<!DOCTYPE html>
<html>
<head>
<style>body{background-color:#d0e4fe;}h1{color:orange;text-align:center;}p{font-family:"Times New Roman";font-size:20px;}</style>
</head>
<body>
<h1>CSS example!</h1>
<p>This is a paragraph.</p>
<table>
<tr>