Giter Club home page Giter Club logo

dummy_data's Introduction

Dummy Data

Data that I use through out my applications.

Female Names

  • First Name: Isabella
  • Last Name: Ramirez

  • First Name: Megan
  • Last Name: Miller

  • First Name: Kimberly
  • Last Name: Thompson

  • First Name: Becky
  • Last Name: Anderson

  • First Name: Brandi
  • Last Name: Rodriguez

Male Names

  • First Name: Ferguson
  • Last Name: Jones

JSON Data

{  
   "name":"Isabella",
   "userId":"bella32",
   "age":19,
   "friends":[  
      "a2ebc33adfjklajd3j33ka33ddf",
      "a2ebc333adcdjalkfjd3ka33ddf",
      "a2ebc333ajdsijadisd3ka33ddf",
      "a2ebcadsfijai3ee1dd3ka33ddf"
   ],
   "subscription":true
}
{
  "id": 123,
  "firstName": "Isabella",
  "lastName": "Ramirez",
  "followers_id": [1,23,44,21,22,11,93],
  "favorited_posts": [
   {
      "id": 23,
      "date_published": 1448067813,
      "title": "The top 20 most interesting stories in the world"
   },
   {
      "id": 17,
      "date_published": 1446339813,
      "title": "The Best hiking trails in the US"
   }
  ]
}
{
  "schema": "http://learnmean.com/schema#",
  "id": "http://learnmean.com",
  "type": "object",
  "properties": {
    "address": {
      "id": "http://learnmean.com/address",
      "type": "object",
      "properties": {
        "streetAddress": {
          "id": "http://learnmean.com/address",
          "type": "string"
        },
        "city": {
          "id": "http://learnmean.com/address/city",
          "type": "string"
        }
      },
      "required": [
        "streetAddress",
        "city"
      ]
    },
    "phoneNumber": {
      "id": "http://learnmean.com/phoneNumber",
      "type": "array",
      "items": {
        "id": "http://learnmean.com/phoneNumber/0",
        "type": "object",
        "properties": {
          "location": {
            "id": "http://learnmean.com/phoneNumber/0/location",
            "type": "string"
          },
          "code": {
            "id": "http://learnmean.com/phoneNumber/0/code",
            "type": "integer"
          }
        }
      }
    }
  },
  "required": [
    "address",
    "phoneNumber"
  ]
}

dummy_data's People

Contributors

rick4470 avatar

Watchers

 avatar  avatar

Forkers

rickhernandezio

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.